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.
30 lines
733 B
PHP
30 lines
733 B
PHP
<?php
|
|
$_CACHE['settings'] = array (
|
|
'accessemail' => '',
|
|
'censoremail' => '',
|
|
'censorusername' => '',
|
|
'dateformat' => 'y-n-j',
|
|
'doublee' => '1',
|
|
'nextnotetime' => '0',
|
|
'timeoffset' => '28800',
|
|
'pmlimit1day' => '100',
|
|
'pmuserlimit1day' => '30',
|
|
'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.5.0',
|
|
);
|
|
|
|
?>
|