]> andersk Git - sql-web.git/blob - batch/status.php
Remove ambiguity between usernames and user IDs
[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(getUsernameID($i_u));
9 // Previously "-1" -- verify consistency
10 if (!$Login->canLogin()) die('1');
11
12 die('0');
13
14 ?>
This page took 0.051045 seconds and 5 git commands to generate.