Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
index.php 224 Bytes
Copy Edit Raw Blame History
kaysen authored 2014-12-20 19:35 . Kshop_Revision_1.2
<?php
define('THINK_PATH', './ThinkPHP/');
define('APP_NAME', 'Shop');
define('APP_PATH', './Shop/');
define('STRIP_RUNTIME_SPACE', true);
define('CACHE_RUNTIME', false);
require(THINK_PATH.'ThinkPHP.php');
App::run();
?>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化