Files
Pichome/dzz/search/view.php

12 lines
286 B
PHP
Raw Permalink Normal View History

2024-03-12 17:49:15 +08:00
<?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();