- <?php
- /**
- * 生成RSS地图
- *
- * @version $Id: makehtml_rss.php 1 11:17 2010年7月19日Z tianya $
- * @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");
- include DedeInclude('templets/makehtml_rss.htm');
|