|
- <?php
- /**
- *
- * 高级搜索
- *
- * @version $Id: heightsearch.php$
- * @package DedeBIZ.Site
- * @copyright Copyright (c) 2022, DedeBIZ.COM
- * @license https://www.dedebiz.com/license
- * @link https://www.dedebiz.com
- */
- require_once(dirname(__FILE__).'/../../system/common.inc.php');
- require_once(DEDEINC.'/typelink.class.php');
- require_once(DEDETEMPLATE.'/plus/heightsearch.htm');
|