]> andersk Git - sql-web.git/blob - batch/status.php
user interaction moved to proc.lib.php
[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 if (!$Login->canLogin()) die('-1');
10
11 die('0');
12
13 ?>
This page took 0.031809 seconds and 5 git commands to generate.