www.gusucode.com > 高端企业门户+论坛网站源码程序 > 整站安装/整站源码/source/include/cron/cron_promotion_hourly.php

    <?php

/**
 *      [Discuz!] (C)2001-2099 Comsenz Inc.
 *      This is NOT a freeware, use is subject to license terms
 *
 *      $Id: cron_promotion_hourly.php 24377 2011-09-15 11:02:12Z zhengqingpeng $
 */

if(!defined('IN_DISCUZ')) {
	exit('Access Denied');
}

C::t('forum_promotion')->delete_all();


?>