You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
774 B
PHTML
31 lines
774 B
PHTML
2 years ago
|
<?php
|
||
|
$_CACHE['settings'] = array (
|
||
|
'accessemail' => '',
|
||
|
'censoremail' => '',
|
||
|
'censorusername' => '',
|
||
|
'dateformat' => 'y-n-j',
|
||
|
'doublee' => '0',
|
||
|
'nextnotetime' => '0',
|
||
|
'timeoffset' => '28800',
|
||
|
'privatepmthreadlimit' => '25',
|
||
|
'chatpmthreadlimit' => '30',
|
||
|
'chatpmmemberlimit' => '35',
|
||
|
'pmfloodctrl' => '15',
|
||
|
'pmcenter' => '1',
|
||
|
'sendpmseccode' => '1',
|
||
|
'pmsendregdays' => '0',
|
||
|
'maildefault' => 'username@21cn.com',
|
||
|
'mailsend' => '1',
|
||
|
'mailserver' => 'smtp.21cn.com',
|
||
|
'mailport' => '25',
|
||
|
'mailauth' => '1',
|
||
|
'mailfrom' => 'UCenter <username@21cn.com>',
|
||
|
'mailauth_username' => 'username@21cn.com',
|
||
|
'mailauth_password' => 'password',
|
||
|
'maildelimiter' => '0',
|
||
|
'mailusername' => '1',
|
||
|
'mailsilent' => '1',
|
||
|
'version' => '1.6.0',
|
||
|
);
|
||
|
|
||
|
?>
|