Initial coding of the gaasd new auth server.
[ga4php.git] / gaas / html / admin.php
1 <?php
2
3 require_once("../lib/htmlLib.php");
4
5 if(getInitStatus()) {
6         header("Location: setup.php");
7 }
8
9 ?>