mirror of
https://github.com/islehorse/HISP.git
synced 2025-06-08 20:11:28 +12:00
More web stuff
This commit is contained in:
parent
c12399dc0e
commit
b2ce6be543
12 changed files with 323 additions and 118 deletions
|
@ -20,19 +20,19 @@ include("../header.php");
|
|||
exit;
|
||||
}
|
||||
|
||||
$_SESSION["logged_in"] = true;
|
||||
header("Location: administrate.php");
|
||||
$_SESSION["A_LOGGED_IN"] = "YES";
|
||||
header("Location: /web/admin/administrate.php");
|
||||
}
|
||||
else
|
||||
{
|
||||
echo("<BR> The password you entered was NOT correct. </BR>");
|
||||
echo("<A HREF=\"/admin\">Try Again...</A>");
|
||||
echo("<A HREF=\"/web/admin\">Try Again...</A>");
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
echo("<BR> You didnt enter a password. </BR>");
|
||||
echo("<A HREF=\"/admin\">Try Again...</A>");
|
||||
echo("<A HREF=\"/web/admin\">Try Again...</A>");
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue