]> andersk Git - sql-web.git/blame_incremental - batch/status.php
batch status error code change
[sql-web.git] / batch / status.php
... / ...
CommitLineData
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);
9// Previously "-1" -- verify consistency
10if (!$Login->canLogin()) die('1');
11
12die('0');
13
14?>
This page took 0.030603 seconds and 5 git commands to generate.