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.
24 lines
482 B
PHTML
24 lines
482 B
PHTML
5 years ago
|
<?php
|
||
|
$_CACHE['apps'] = array (
|
||
|
1 =>
|
||
|
array (
|
||
|
'appid' => '1',
|
||
|
'type' => 'OTHER',
|
||
|
'name' => '测试应用',
|
||
|
'url' => 'http://h5.localtest.com',
|
||
|
'ip' => '',
|
||
|
'viewprourl' => '',
|
||
|
'apifilename' => 'uc.php',
|
||
|
'charset' => '',
|
||
|
'dbcharset' => '',
|
||
|
'synlogin' => '1',
|
||
|
'recvnote' => '1',
|
||
|
'extra' => false,
|
||
|
'tagtemplates' => '<?xml version="1.0" encoding="ISO-8859-1"?>
|
||
|
<root>
|
||
|
<item id="template"><![CDATA[]]></item>
|
||
|
</root>',
|
||
|
),
|
||
|
);
|
||
|
|
||
|
?>
|