use hash
This commit is contained in:
parent
83a9a1bcd2
commit
0e235682d1
2 changed files with 4 additions and 1 deletions
|
@ -71,6 +71,9 @@ function get_stats(){
|
|||
return $ret;
|
||||
}
|
||||
|
||||
if(file_exists("currentgithash"))
|
||||
$hash = file_get_contents("currentgithash");
|
||||
|
||||
$page = isset($_GET["page"])?$_GET["page"]:"dashboard";
|
||||
|
||||
if (!auth()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue