Files
2025-06-27 21:04:18 +08:00

23 lines
506 B
PHP
Executable File

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