浏览代码

add to local

stanley-king 8 年之前
父节点
当前提交
28a213a2ff
共有 2 个文件被更改,包括 1 次插入2 次删除
  1. 1 0
      crontab.php
  2. 0 2
      crontab/control/hour.php

+ 1 - 0
crontab.php

@@ -15,5 +15,6 @@ require_once (BASE_ROOT_PATH . '/helper/session.php');
 require_once (BASE_ROOT_PATH . '/helper/img_helper.php');
 require_once (BASE_ROOT_PATH . '/helper/img_helper.php');
 require_once (BASE_ROOT_PATH . '/helper/exceptionex.php');
 require_once (BASE_ROOT_PATH . '/helper/exceptionex.php');
 require_once (BASE_ROOT_PATH . '/helper/fcgi_server.php');
 require_once (BASE_ROOT_PATH . '/helper/fcgi_server.php');
+require_once (BASE_ROOT_PATH . '/helper/notify_helper.php');
 
 
 include (BASE_ROOT_PATH . "/crontab/index.php");
 include (BASE_ROOT_PATH . "/crontab/index.php");

+ 0 - 2
crontab/control/hour.php

@@ -10,8 +10,6 @@
 
 
 defined('InShopNC') or exit('Access Invalid!');
 defined('InShopNC') or exit('Access Invalid!');
 
 
-require_once(BASE_ROOT_PATH.'/helper/notify_helper.php');
-
 class hourControl extends BaseCronControl
 class hourControl extends BaseCronControl
 {
 {
     /**
     /**