First commit
This commit is contained in:
22
uc_client/data/cache/apps.php
vendored
Normal file
22
uc_client/data/cache/apps.php
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
$_CACHE['apps'] = array (
|
||||
1 =>
|
||||
array (
|
||||
'appid' => '1',
|
||||
'type' => 'DISCUZX',
|
||||
'name' => 'Discuz! Board',
|
||||
'url' => 'http://localhost:8080/discuz',
|
||||
'ip' => '',
|
||||
'viewprourl' => '',
|
||||
'apifilename' => 'uc.php',
|
||||
'charset' => 'utf-8',
|
||||
'dbcharset' => 'utf8mb4',
|
||||
'synlogin' => '1',
|
||||
'recvnote' => '1',
|
||||
'extra' => '',
|
||||
'tagtemplates' => '',
|
||||
'allowips' => '',
|
||||
),
|
||||
);
|
||||
|
||||
?>
|
0
uc_client/data/cache/index.htm
vendored
Normal file
0
uc_client/data/cache/index.htm
vendored
Normal file
35
uc_client/data/cache/settings.php
vendored
Normal file
35
uc_client/data/cache/settings.php
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
$_CACHE['settings'] = array (
|
||||
'accessemail' => '',
|
||||
'addappbyurl' => '0',
|
||||
'censoremail' => '',
|
||||
'censorusername' => '',
|
||||
'chatpmmemberlimit' => '35',
|
||||
'chatpmthreadlimit' => '30',
|
||||
'dateformat' => 'y-n-j',
|
||||
'doublee' => '0',
|
||||
'insecureoperation' => '0',
|
||||
'login_failedtime' => '5',
|
||||
'mailauth' => '1',
|
||||
'mailauth_password' => 'password',
|
||||
'mailauth_username' => 'username@21cn.com',
|
||||
'maildefault' => 'username@21cn.com',
|
||||
'maildelimiter' => '0',
|
||||
'mailfrom' => 'UCenter <username@21cn.com>',
|
||||
'mailport' => '25',
|
||||
'mailsend' => '1',
|
||||
'mailserver' => 'smtp.21cn.com',
|
||||
'mailsilent' => '1',
|
||||
'mailtimeout' => '30',
|
||||
'mailusername' => '1',
|
||||
'nextnotetime' => '0',
|
||||
'pmcenter' => '1',
|
||||
'pmfloodctrl' => '15',
|
||||
'pmsendregdays' => '0',
|
||||
'privatepmthreadlimit' => '25',
|
||||
'sendpmseccode' => '1',
|
||||
'timeoffset' => '28800',
|
||||
'version' => '1.7.0',
|
||||
);
|
||||
|
||||
?>
|
0
uc_client/data/index.htm
Normal file
0
uc_client/data/index.htm
Normal file
Reference in New Issue
Block a user