代码拉取完成,页面将自动刷新
<?php
if (version_compare(PHP_VERSION, '5.3.0', '<')) {
die('require PHP > 5.3.0 !');
}
header("Content-Type:text/html; charset=utf-8");
define('APP_DEBUG', true);
define('BIND_MODULE', 'Home');
define('APP_PATH', './Modules/');
$wx_controller = $_REQUEST['controller']??'';
$wx_controller_arr = explode('.', $wx_controller);
if (!isset($wx_controller_arr[1])) {
$wx_controller_arr[1] = 'index';
}
unset($_GET['i']);
unset($_GET['t']);
unset($_GET['v']);
unset($_GET['from']);
unset($_GET['do']);
$_GET['c'] = $wx_controller_arr[0];
$_GET['a'] = $wx_controller_arr[1];
unset($_GET['controller']);
unset($_GET['m']);
// define('ROOT_PATH', str_replace('\\', '/', dirname(CCAFDBBFAED)) . '/');
define('ROOT_PATH',str_replace('\\','/',dirname(__FILE__)) . '/');
define('RUNTIME_PATH', './Runtime/');
require './ThinkPHP/ThinkPHP.php';
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。