12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <?php
- return array(
-
-
- 'cmsname' => 'RONGCMS',
-
-
- 'sn' => 'F5604F3B99',
-
-
- 'url_rule_suffix' => '.html',
-
-
- 'return_data_type' => 'html',
-
-
- 'sn_user' => '',
-
-
- 'tpl_html_cache' => 0,
-
-
- 'tpl_html_cache_time' => 3600,
-
-
- 'session_in_sitepath' => 1,
-
-
- 'pagesize' => 15,
-
-
- 'pagenum' => 5,
-
-
- 'access_rule' => array(
- 'deny_bs' => 'MJ12bot,IE6,IE7'
- ),
-
-
- 'upload' => array(
- 'format' => 'jpg,jpeg,png,gif,xls,xlsx,doc,docx,ppt,pptx,rar,zip,pdf,txt,mp4,avi,flv,rmvb,mp3,otf,ttf',
- 'max_width' => '1920',
- 'max_height' => ''
- ),
-
-
- 'ico' => array(
- 'max_width' => '1000',
- 'max_height' => '1000'
- ),
-
-
- 'tpl_dir' => array(
- 'home' => '/template'
- )
-
- );
-
|