Server : Apache
System : Linux httpd.HKw328.alyhk.cos610 2.6.32-754.31.1.el6.x86_64 #1 SMP Wed Jul 15 16:02:21 UTC 2020 x86_64
User : nhl17971048 ( 896)
PHP Version : 5.6.11
Disable Function : NONE
Directory :  /var/www/virtual/nhl17971048/home/wwwroot/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : /var/www/virtual/nhl17971048/home/wwwroot/index.php
<?php
if (version_compare("5.4", PHP_VERSION, ">")) {
     die("PHP 5.4 or greater is required!!!");
}
if (version_compare("7.1", PHP_VERSION, "<")) {
     die("PHP version should not exceed 7.0!!!");
}
// 定义项目路径
define('APP_PATH', __DIR__ . '/app/');
define('APP_AUTO_BUILD', TRUE);
define('APP_DEBUG', TRUE); 
define('CONF_PATH', __DIR__.'/config/');
// 加载框架引导文件
require './system/start.php';
?>