Change text and fix redirects

This commit is contained in:
SilicaPi 2021-01-29 19:35:05 +13:00
parent e700a0dc99
commit 47fe246e87
2 changed files with 2 additions and 2 deletions

View file

@ -107,7 +107,7 @@ color: #440000;
<?php <?php
if($_SESSION["logged_in"] == false) if($_SESSION["logged_in"] == false)
{ {
header("Location: /admin.php"); # Fuck off. header("Location: /admin"); # Fuck off.
exit(); exit();
} }

View file

@ -105,7 +105,7 @@ color: #440000;
<CENTER> <CENTER>
<FONT FACE=Verdana,arial SIZE=-1> <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> This page requires a password, please enter it below:</BR>
<BR> <FORM METHOD=POST ACTION=/admin/login.php> <BR> <FORM METHOD=POST ACTION=/admin/login.php>
<INPUT TYPE=PASSWORD SIZE=30 NAME=PASS></INPUT> <INPUT TYPE=PASSWORD SIZE=30 NAME=PASS></INPUT>