mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 21:25:42 +12:00
Change text and fix redirects
This commit is contained in:
parent
e700a0dc99
commit
47fe246e87
2 changed files with 2 additions and 2 deletions
|
@ -107,7 +107,7 @@ color: #440000;
|
|||
<?php
|
||||
if($_SESSION["logged_in"] == false)
|
||||
{
|
||||
header("Location: /admin.php"); # Fuck off.
|
||||
header("Location: /admin"); # Fuck off.
|
||||
exit();
|
||||
}
|
||||
|
||||
|
|
|
@ -105,7 +105,7 @@ color: #440000;
|
|||
|
||||
<CENTER>
|
||||
<FONT FACE=Verdana,arial SIZE=-1>
|
||||
<BR><B>HISP - Admin Portal</B><BR>
|
||||
<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>
|
||||
|
|
Loading…
Add table
Reference in a new issue