]> andersk Git - sql-web.git/blobdiff - cron/checkQuotas.php
cron scripts dont run if offline
[sql-web.git] / cron / checkQuotas.php
index fd012eb8a89512abc7d876a91f58d30a264e821f..e372390fbdd4ae38e9a7a77b88580a435da4e892 100644 (file)
@@ -3,6 +3,7 @@
 @chdir(dirname(__FILE__).'/../');
 require_once('mitsql.cfg.php');
 require_once('mitsql.lib.php');
+isOffline() && exit;
 
 checkQuotas();
 
This page took 0.027438 seconds and 4 git commands to generate.