17 lines
323 B
PHP
17 lines
323 B
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();
|
|
|
|
|
|
?>
|