Server : Apache
System : Linux iZ2vcgyutqttsd1p850kl8Z 3.10.0-1160.92.1.el7.x86_64 #1 SMP Tue Jun 20 11:48:01 UTC 2023 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/saimikebio.com/mobile/data/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : /www/wwwroot/saimikebio.com/mobile/data/config.php
<?php

// +----------------------------------------------------------------------
// | EcTouch [ 专注移动电商: 商创网络科技 ]
// +----------------------------------------------------------------------
// | Copyright (c) 2014 http://ectouch.cn All rights reserved.
// +----------------------------------------------------------------------
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
// +----------------------------------------------------------------------
// | Author: EcTouch Team <zhong@ecmoban.com> (QQ: 2880175560)
// +----------------------------------------------------------------------

if (!defined('IN_ECTOUCH')){
    die('Hacking attempt');
}

//默认配置
require(dirname(__FILE__) . '/convention.php');

//网站全局配置
$config['site_name'] = '上海商创网络科技有限公司'; //站点名称
$config['site_url']="http://".$_SERVER['HTTP_HOST']."/"; //电脑版地址
$config['site_email'] = 'admin@ectouch.cn'; //管理员邮箱
$config['site_phone'] = '021-68686868'; //公司电话
$config['site_fax'] = '021-68686868-801'; //传真号码
$config['site_address'] = '上海市普陀区中山北路'; //公司地址
$config['site_postcode'] = '200062'; //公司邮编
$config['site_image_maxwidth'] = '600'; //内容图片最大宽度
$config['site_summary_length'] = '360'; //内容摘要长度
$config['site_copyright'] = 'Copyright © 2014 上海商创网络科技有限公司, All Rights Reserved'; //版权信息
$config['site_statcode'] = ''; //第三方统计代码
$config['site_icp'] = '沪ICP备10000号1'; //ICP 备案信息
$config['site_title'] = '上海商创网络科技有限公司'; //首页标题
$config['site_keywords'] = ''; //站点关键字
$config['site_description'] = ''; //站点描述
$config['site_closed'] = false; //是否关闭网站
$config['site_closedreason'] = 'EcTouch暂未开放,请访问<a href="'.$config['site_url'].'">电脑版</a>。'; //关闭网站的原因
$config['site_themes'] = 'default'; //模板主题,一般不需要修改
//$config['site_pagebreak'] = '_baidu_page_break_tag_'; //内容分页标签
$config['site_pagebreak'] = '&lt;hr style=&quot;page-break-after:always;&quot; class=&quot;ke-pagebreak&quot; /&gt;'; //内容分页标签
$config['site_attachment'] = 'data/attachment/'; //附件目录
$config['site_pagesize'] = 12; //网站分页数量
//邮箱服务器配置
$config['SMTP_HOST'] = 'smtp.163.com'; //smtp服务器地址
$config['SMTP_PORT'] = '25'; //smtp服务器端口
$config['SMTP_SSL'] = false; //是否启用SSL安全连接,gmail需要启用sll安全连接
$config['SMTP_USERNAME'] = 'win8mail@163.com'; //smtp服务器帐号,如:你的qq邮箱
$config['SMTP_PASSWORD'] = '125243230!'; //smtp服务器帐号密码,如你的qq邮箱密码
$config['SMTP_FROM_TO'] = 'win8mail@163.com'; //发件人邮件地址
$config['SMTP_FROM_NAME'] = '系统邮件'; //发件人姓名
$config['SMTP_CHARSET'] = 'utf-8'; //发送的邮件内容编码
//EcTouch版本
$config['ver'] = '0.1'; //版本号
$config['ver_name'] = '商创网络 0.1 测试版'; //版本名称
$config['ver_date'] = '201101281800'; //版本时间
$config['ver_author'] = '商创网络';
$config['ver_email'] = 'support@ectouch.cn';
$config['ver_url'] = 'http://www.ectouch.cn/';