mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-22 20:55:52 +12:00
More web stuff
This commit is contained in:
parent
c12399dc0e
commit
b2ce6be543
12 changed files with 323 additions and 118 deletions
|
@ -2,7 +2,7 @@
|
|||
include("../../config.php");
|
||||
|
||||
session_start(['cookie_lifetime' => 86400]);
|
||||
$_SESSION["logged_in"] = false;
|
||||
$_SESSION["A_LOGGED_IN"] = "NO";
|
||||
include("../header.php");
|
||||
?>
|
||||
|
||||
|
@ -11,7 +11,7 @@ include("../header.php");
|
|||
<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>
|
||||
<BR> <FORM METHOD=POST ACTION=/web/admin/login.php>
|
||||
<INPUT TYPE=PASSWORD SIZE=30 NAME=PASS></INPUT>
|
||||
<INPUT TYPE=SUBMIT VALUE=LOGIN>
|
||||
</FORM>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue