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