stanley-king 8 vuotta sitten
vanhempi
commit
28a213a2ff
2 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  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/exceptionex.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");

+ 0 - 2
crontab/control/hour.php

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