]> andersk Git - sql-web.git/blame - batch/status.php
user interaction moved to proc.lib.php
[sql-web.git] / batch / status.php
CommitLineData
2f91d7fe
JP
1<?php
2
3require_once('../mitsql.cfg.php');
4require_once('mitsql.lib.php');
5
6require_once('batch.inc.php');
7
8$Login = new Login($i_u);
9if (!$Login->canLogin()) die('-1');
10
11die('0');
12
13?>
This page took 0.041127 seconds and 5 git commands to generate.