13 lines
361 B
PHP
Executable File
13 lines
361 B
PHP
Executable File
<?php
|
|
|
|
# @Author: 嗨噜客(三亚) <fm453>
|
|
# @Date: 2022-05-15T20:27:10+08:00
|
|
# @Email: fm453@lukegzs.com
|
|
# @Last modified by: fm453
|
|
# @Last modified time: 2022-05-16T20:55:43+08:00
|
|
# @Copyright: www.hiluker.cn
|
|
|
|
define('HI_APP', 'ctms'); //给子项目设置的统一短标识
|
|
define('YII_APP', '/ctms-h5');
|
|
require(__DIR__ . YII_APP . '/index.html');
|