Files
web-discuz/uc_client/data/cache/apps.php
2025-06-27 21:04:18 +08:00

22 lines
421 B
PHP

<?php
$_CACHE['apps'] = array (
1 =>
array (
'appid' => '1',
'type' => 'DISCUZX',
'name' => 'Discuz! Board',
'url' => 'http://www.shitangsweet.com',
'ip' => '',
'viewprourl' => '',
'apifilename' => 'uc.php',
'charset' => 'utf-8',
'dbcharset' => 'utf8mb4',
'synlogin' => '1',
'recvnote' => '1',
'extra' => '',
'tagtemplates' => '',
'allowips' => '',
),
);
?>