Files
shopxo/index.php
2018-12-26 16:09:08 +08:00

8 lines
119 B
PHP
Executable File

<?php
// 根目录入口
define('IS_ROOT_ACCESS', true);
// 引入公共入口文件
require './public/index.php';
?>