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