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/caches/configs/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : /www/wwwroot/www.jkmold.com/caches/configs/system.php
<?php

$http_type = ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') || (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https')) ? 'https://' : 'http://';

$host_url=$http_type.$_SERVER['SERVER_NAME'];

return array(

//网站路径

'web_path' => '/',

//Session配置

'session_storage' => 'mysql',

'session_ttl' => 1800,

'session_savepath' => CACHE_PATH.'sessions/',

'session_n' => 0,

//Cookie配置

'cookie_domain' => '', //Cookie 作用域

'cookie_path' => '', //Cookie 作用路径

'cookie_pre' => 'vtBXt_', //Cookie 前缀,同一域名下安装多套系统时,请修改Cookie前缀

'cookie_ttl' => 0, //Cookie 生命周期,0 表示随浏览器进程

//模板相关配置

'tpl_root' => 'templates/', //模板保存物理路径

'tpl_name' => 'default', //当前模板方案目录

'tpl_css' => 'default', //当前样式目录

'tpl_referesh' => 1,

'tpl_edit'=> 0,//是否允许在线编辑模板

'isvar'=> 1,//是否允许在线编辑模板



//附件相关配置

'upload_path' => PHPCMS_PATH.'uploadfile/',

'upload_url' => $host_url.'/uploadfile/', //附件路径

'attachment_stat' => '1',//是否记录附件使用状态 0 统计 1 统计, 注意: 本功能会加重服务器负担



'js_path' => $host_url.'/statics/js/', //CDN JS

'css_path' => $host_url.'/statics/css/', //CDN CSS

'img_path' => $host_url.'/statics/images/', //CDN img

'app_path' => $host_url.'/',//动态域名配置地址

  

	  'xjk_path' => $host_url.'/statics/xingjingke/', //CDN img

	 

/* 自定义 */

'ccw_path' => $host_url.'/statics/chuangchangwei/', 

'charset' => 'utf-8', //网站字符集

'timezone' => 'Etc/GMT-8', //网站时区(只对php 5.1以上版本有效),Etc/GMT-8 实际表示的是 GMT+8

'debug' => 0, //是否显示调试信息

'admin_log' => 1, //是否记录后台操作日志

'errorlog' => 1, //1、保存错误日志到 cache/error_log.php | 0、在页面直接显示

'gzip' => 1, //是否Gzip压缩后输出

'auth_key' => 'kXUFqWc2TAGGzQTM9GX9', //密钥

'lang' => 'en',  //网站语言包

'lock_ex' => '1',  //写入缓存时是否建立文件互斥锁定(如果使用nfs建议关闭)



'admin_founders' => '1', //网站创始人ID,多个ID逗号分隔

'execution_sql' => 0, //EXECUTION_SQL



'phpsso' => '1',	//是否使用phpsso

'phpsso_appid' => '1',	//应用id	

'phpsso_api_url' => $host_url.'/phpsso_server',	//接口地址

'phpsso_auth_key' => 'f14gOOv9tCZA5VHwvtKOGfbrUbYUmNFP', //加密密钥

'phpsso_version' => '1', //phpsso版本



'html_root' => '',//生成静态文件路径

'safe_card'=>'1',//是否启用口令卡



'connect_enable' => '1',	//是否开启外部通行证

'sina_akey' => '',	//sina AKEY

'sina_skey' => '',	//sina SKEY



'snda_akey' => '',	//盛大通行证 akey

'snda_skey' => '',	//盛大通行证 skey



'qq_akey' => '',	//qq skey

'qq_skey' => '',	//qq skey



'qq_appkey' => '',	//QQ号码登录 appkey

'qq_appid' => '',	//QQ号码登录 appid

'qq_callback' => '',	//QQ号码登录 callback



'admin_url' => '',	//允许访问后台的域名

);

?>