You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?php
- /**
- * 更新手机端文档
- *
- * @version $id:makehtml_m_archives.php 10:46 2023年1月10日 xushubieli $
- * @package DedeBIZ.Administrator
- * @copyright Copyright (c) 2022 DedeBIZ.COM
- * @license https://www.dedebiz.com/license
- * @link https://www.dedebiz.com
- */
- require_once(dirname(__FILE__)."/config.php");
- require_once(DEDEINC."/typelink/typelink.class.php");
- include DedeInclude('templets/makehtml_m_archives.htm');
- ?>
|