projects
/
ga4php.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
added hardware token add/list methods.
[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
?>