]> andersk Git - sql-web.git/blob - cron/checkQuotas.php
cron scripts dont run if offline
[sql-web.git] / cron / checkQuotas.php
1 <?php
2
3 @chdir(dirname(__FILE__).'/../');
4 require_once('mitsql.cfg.php');
5 require_once('mitsql.lib.php');
6 isOffline() && exit;
7
8 checkQuotas();
9
10 ?>
This page took 0.03275 seconds and 5 git commands to generate.