Skip to content

Commit

Permalink
Update error.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zume2020 authored Aug 28, 2019
1 parent d745e9c commit c1b4d2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions error.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<?php
echo "Oopz! an error occured";

if($_GET["error"] == '404'){
echo "Page Not Found";
}
?>

0 comments on commit c1b4d2e

Please sign in to comment.