|
@@ -9,6 +9,8 @@
|
|
*/
|
|
*/
|
|
defined('InShopNC') or exit('Access Invalid!');
|
|
defined('InShopNC') or exit('Access Invalid!');
|
|
|
|
|
|
|
|
+require_once(BASE_ROOT_PATH.'/helper/notify_helper.php');
|
|
|
|
+
|
|
class dateControl extends BaseCronControl {
|
|
class dateControl extends BaseCronControl {
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -935,7 +937,6 @@ class dateControl extends BaseCronControl {
|
|
|
|
|
|
private function bonus_expire_notify()
|
|
private function bonus_expire_notify()
|
|
{
|
|
{
|
|
- require(BASE_ROOT_PATH.'/helper/notify_helper.php');
|
|
|
|
notify_helper::onBonusExpire(10,5);
|
|
notify_helper::onBonusExpire(10,5);
|
|
}
|
|
}
|
|
}
|
|
}
|