Skip to content

Instantly share code, notes, and snippets.

@wilon
Created June 21, 2017 07:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wilon/ba8df432e57556de78724bd947246c77 to your computer and use it in GitHub Desktop.
Save wilon/ba8df432e57556de78724bd947246c77 to your computer and use it in GitHub Desktop.
Show warning page in Browser.
function warningPage($title, $desc)
{
die("<!DOCTYPE html><html><body style='background-color:#ce3426;color:white;position:absolute;left:30%;top:30%;'><h1>$title</h1><pre>$desc</pre></body></html>");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment