]> andersk Git - sql-web.git/blob - batch/status.php
072f064dd946fb0cc903cdb340d9ecce1000a614
[sql-web.git] / batch / status.php
1 <?php
2
3 require_once('../mitsql.cfg.php');
4 require_once('mitsql.lib.php');
5
6 require_once('batch.inc.php');
7
8 $Login = new Login($i_u);
9 // Previously "-1" -- verify consistency
10 if (!$Login->canLogin()) die('1');
11
12 die('0');
13
14 ?>
This page took 0.021785 seconds and 3 git commands to generate.