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
if($_SESSION["logged_in"] == false)
{
header("Location: /admin.php"); # Fuck off.
header("Location: /admin"); # Fuck off.
exit();
}