vr-shopxo-source/index.php

8 lines
119 B
PHP
Executable File

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