]> andersk Git - sql-web.git/blame - batch/status.php
git-svn-id: svn://presbrey.mit.edu/sql/web@112 a142d4bd-2cfb-0310-9673-cb33a7e74f58
[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);
30569341
JP
9// Previously "-1" -- verify consistency
10if (!$Login->canLogin()) die('1');
2f91d7fe
JP
11
12die('0');
13
14?>
This page took 0.234279 seconds and 5 git commands to generate.