1234567891011121314151617 |
- <?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();
- ?>
|