Skip to content
This repository was archived by the owner on Sep 23, 2022. It is now read-only.

Commit 1855e10

Browse files
author
nerdofcode
committed
Fixed
1 parent 2afe690 commit 1855e10

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

404.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?php
22
session_start();
33
if($_SESSION['status']=="1"){
4-
header("Location: /options.php");
4+
header("Location: /options/php");
55
$_SESSION['logged_in']="1";
66
}
77
$ip=$_SERVER['REMOTE_ADDR'];
8-
echo "The file you tried to access is protected and you dont have permission to view it... <br>";
9-
echo "Your IP has been reported: <b>$ip<b>";
8+
echo "The file you have tried to access is top secret and unfortuantely you do not have the clearance to access it...";
9+
echo "Your IP has been reported: <b>$ip</b>";
1010

1111
?>

0 commit comments

Comments
 (0)