Skip to content

IAmNolanPerry/errorpages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Funny Error Page

A Funny Error Page Application Addon in PHP There are multiple ways to Integrate this into your system

Create a Function

function Error($type){
include"return_error.php";
}

Or By .htaccess

ErrorDocument 404 /path/to/return_error.php

Releases

No releases published

Packages

No packages published