| Server IP : 156.238.232.47 / Your IP : 216.73.216.150 Web Server : nginx/1.25.3 System : Linux C202504152095410 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : www ( 1000) PHP Version : 8.3.25 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /www/wwwroot/2025_04_15_06/config/ |
Upload File : |
<?php
return array(
// 定义CMS名称
'cmsname' => 'CMS',
// 模板内容输出缓存开关
//'tpl_html_cache' => 1,
// 模板内容缓存有效时间(秒)
//'tpl_html_cache_time' => 900,
// 会话文件使用网站路径
'session_in_sitepath' => 1,
// 默认分页大小
'pagesize' => 20,
// 分页条数字数量
'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'
)
);