]> andersk Git - sql-web.git/blob - admin/index.php
fb99d9bebe18efb685d2495ae7232fc43146006e
[sql-web.git] / admin / index.php
1 <?php
2
3 require_once('../mitsql.cfg.php');
4 require_once('mitsql.lib.php');
5
6 if (!isAdmin()) redirect('main');
7
8 ?>
This page took 0.032296 seconds and 3 git commands to generate.