Files
web-discuz/source/include/cron/cron_promotion_hourly.php
2025-06-27 21:04:18 +08:00

17 lines
307 B
PHP
Executable File

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