Files
Pichome/admin/setting/cloudindex.php
2024-01-31 01:00:33 +08:00

13 lines
340 B
PHP

<?php
/*
* @copyright QiaoQiaoShiDai Internet Technology(Shanghai)Co.,Ltd
* @license https://www.oaooa.com/licenses/
*
* @link https://www.oaooa.com
* @author zyx(zyx@oaooa.com)
*/
if (!defined('IN_OAOOA') || !defined('IN_ADMIN')) {
exit('Access Denied');
}
require_once(__DIR__.'/dist/index.html');