14 lines
361 B
PHP
Executable File
14 lines
361 B
PHP
Executable File
<?php
|
|
/**
|
|
* @Author: 嗨噜客(三亚)<fm453>
|
|
* @Date: 2025-04-10 23:19:12
|
|
* @FilePath: ctms-h5.php
|
|
* @Description:
|
|
* @Email: 393213759@qq.com
|
|
* Copyright (c) 2025 by www.hiluker.cn, All Rights Reserved.
|
|
*/
|
|
|
|
define('HI_APP', 'ctms'); //给子项目设置的统一短标识
|
|
define('YII_APP', '/ctms-h5');
|
|
require(__DIR__ . YII_APP . '/index.html');
|