Server : nginx/1.22.1 System : Linux iZwz9daxib3w3i063fw434Z 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 x86_64 User : www ( 1000) PHP Version : 5.6.40 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 Directory : /www/wwwroot/www.jkmold.com/phpsso_server/caches/configs/ |
<?php return array( //网站路径 'web_path' => '/phpsso_server/', //Session配置 'session_storage' => 'mysql', 'session_ttl' => 1800, 'session_savepath' => CACHE_PATH.'sessions/', 'session_n' => 0, //Cookie配置 'cookie_domain' => '', //Cookie 作用域 'cookie_path' => '/', //Cookie 作用路径 'cookie_pre' => 'QoXPG_', //Cookie 前缀,同一域名下安装多套系统时,请修改Cookie前缀 'cookie_ttl' => 0, //Cookie 生命周期,0 表示随浏览器进程 'js_path' => 'http://www.xingjingke.com/phpsso_server/statics/js/', //CDN JS 'css_path' => 'http://www.xingjingke.com/phpsso_server/statics/css/', //CDN CSS 'img_path' => 'http://www.xingjingke.com/phpsso_server/statics/images/', //CDN img 'upload_path' => PHPCMS_PATH.'uploadfile/', //上传文件路径 'app_path' => 'http://www.xingjingke.com/phpsso_server/',//动态域名配置地址 'charset' => 'utf-8', //网站字符集 'timezone' => 'Etc/GMT-8', //网站时区(只对php 5.1以上版本有效),Etc/GMT-8 实际表示的是 GMT+8 'debug' => 1, //是否显示调试信息 'admin_log' => 0, //是否记录后台操作日志 'errorlog' => 0, //是否保存错误日志 'gzip' => 1, //是否Gzip压缩后输出 'auth_key' => '20e8IzVe0ypOl5899YBh', // //Cookie密钥 'lang' => 'zh-cn', //网站语言包 'admin_founders' => '1', //网站创始人ID,多个ID逗号分隔 'execution_sql' => 0, //EXECUTION_SQL //UCenter配置开始 'ucuse'=>'0',//是否开启UC 'uc_api'=>'http://localhost/comsenz/uc',//Ucenter api 地址 'uc_ip'=>'',//Ucenter api IP 'uc_dbhost'=>'localhost',//Ucenter 数据库主机名 'uc_dbuser'=>'root',//Ucenter 数据库用户名 'uc_dbpw'=>'root',//Ucenter 数据库密码 'uc_dbname'=>'ucenter',//Ucenter 数据库名 'uc_dbtablepre'=>'uc_',//Ucenter 数据库表前缀 'uc_dbcharset'=>'gbk',//Ucenter 数据库字符集 'uc_appid'=>'',//应用id(APP ID) 'uc_key'=>'',//Ucenter 通信密钥 ); ?>