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