]> andersk Git - sql-web.git/blob - cron/checkQuotas.php
git-svn-id: svn://presbrey.mit.edu/php/lib@126 a142d4bd-2cfb-0310-9673-cb33a7e74f58
[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.0296419999999999 seconds and 5 git commands to generate.