]> andersk Git - sql-web.git/blame - admin/index.php
php.ini link for admin pages
[sql-web.git] / admin / index.php
CommitLineData
1426e302
JP
1<?php
2
3require_once('../mitsql.cfg.php');
e47be57b 4require_once('mitsql.lib.php');
1426e302 5
e47be57b 6if (!isAdmin()) redirect('main');
1426e302
JP
7
8?>
This page took 0.059227 seconds and 5 git commands to generate.