Merge branch 'feature/promote' of D:\workspace\git\platform with conflicts.

master
“用lww 5 years ago
parent 484216ae65
commit 9ef65ced5c

@ -13,7 +13,7 @@
</div>
<div class="home_text">
<div class="home_pad">
<div class="title" style="margin-bottom: 15px">公司介绍</div>
<div class="title">公司介绍</div>
<div class="del">COMPANY PROFILE</div>
<div class="content">
<p>万盟天下励志为玩家提供国内最精品的移动游戏,公司集休闲、娱乐、游戏、玩家互动为一体,以公司服务和玩家互动娱乐为核心, 并于游戏厂商共建良好的沟通反馈机制,力图为大家打造一个最优秀最专业的绿色健康游戏服务平台。</p>

@ -1,6 +1,6 @@
@charset "utf-8";
html{font-family:"Microsoft YaHei","Helvetica Neue",Helvetica,sans-serif,Arial,"tahoma";}
/* body{background:#fff; font:12px/22px "Microsoft YaHei"; min-width:1200px;} */
body{ }
body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,img,select,input{padding:0; margin:0; list-style:none; vertical-align:middle;}
input,textarea:focus{outline:none;}
input::-webkit-input-placeholder,input:-ms-input-placeholder,input::-moz-placeholder{color:#999;}

@ -14,6 +14,11 @@ if(version_compare(PHP_VERSION,'5.3.0','<')) die('require PHP > 5.3.0 !');
*/
define('APP_DEBUG', true );
define('ROOTTT',dirname(__FILE__).'/');
if (APP_DEBUG) {
ini_set("display_errors", "On");
error_reporting(E_ALL | E_STRICT);
}
/**
* 应用目录设置
* 安全期间建议安装调试完成后移动到非WEB目录
@ -24,6 +29,7 @@ if(!is_file(APP_PATH . 'User/Conf/config.php')){
header('Location: ./install.php');
exit;
}
/**
* 缓存目录设置
* 此目录必须可写建议移动到非WEB目录

Loading…
Cancel
Save