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

Commit ededf33

Browse files
authored
Create 404.php
1 parent e7ece93 commit ededf33

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

404.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
$ip=$_SERVER['REMOTE_ADDR'];
3+
echo "The file you tried to access is protected and you dont have permission to view it... <br>";
4+
echo "Your IP has been reported: $ip";
5+
6+
7+
8+
9+
?>

0 commit comments

Comments
 (0)