Files
Pichome/dzz/search/view.php
2024-03-12 17:49:15 +08:00

12 lines
286 B
PHP

<?php
/*
* @copyright QiaoQiaoShiDai Internet Technology(Shanghai)Co.,Ltd
* @license https://www.oaooa.com/licenses/
*
* @link https://www.oaooa.com
*/
if(!defined('IN_OAOOA') ) {
exit('Access Denied');
}
include template('view/pc/page/index');
exit();