mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-22 20:55:52 +12:00
Rewrite alot of how game & master site are handled (note in current state its impossible to make an account.)
This commit is contained in:
parent
1ad0783f8f
commit
c12399dc0e
23 changed files with 548 additions and 888 deletions
24
WebInterface/game-site/web/admin/index.php
Normal file
24
WebInterface/game-site/web/admin/index.php
Normal file
|
@ -0,0 +1,24 @@
|
|||
<?php
|
||||
include("../../config.php");
|
||||
|
||||
session_start(['cookie_lifetime' => 86400]);
|
||||
$_SESSION["logged_in"] = false;
|
||||
include("../header.php");
|
||||
?>
|
||||
|
||||
|
||||
<CENTER>
|
||||
<FONT FACE=Verdana,arial SIZE=-1>
|
||||
<BR><B>HISP - Super Admin Login</B><BR>
|
||||
<BR> This page requires a password, please enter it below:</BR>
|
||||
<BR> <FORM METHOD=POST ACTION=/admin/login.php>
|
||||
<INPUT TYPE=PASSWORD SIZE=30 NAME=PASS></INPUT>
|
||||
<INPUT TYPE=SUBMIT VALUE=LOGIN>
|
||||
</FORM>
|
||||
</BR>
|
||||
<BR><B>No idea? check config.php of game-site/</B></BR>
|
||||
|
||||
|
||||
<?php
|
||||
include("../footer.php");
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue