mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-05 05:13:29 +08:00
8 lines
119 B
PHP
8 lines
119 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
// 根目录入口
|
||
|
|
define('IS_ROOT_ACCESS', true);
|
||
|
|
|
||
|
|
// 引入公共入口文件
|
||
|
|
require './public/index.php';
|
||
|
|
?>
|