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