]> andersk Git - sql-web.git/blob - cron/checkQuotas.php
less aggressive disclaimer
[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
7 checkQuotas();
8
9 ?>
This page took 0.177734 seconds and 5 git commands to generate.