This repository has been archived on 2025-07-09. You can view files and clone it, but cannot push or open issues or pull requests.
oohay/html/ban/error.html.php
2025-05-23 15:11:34 -07:00

30 lines
410 B
PHP
Executable file

<!DOCTYPE html>
<html>
<head>
<title>PHP Error Output</title>
<meta http-equiv="content-type"
content="text/html; charset=utf-8"/>
</head>
<body>
<p>
<?php echo $error; ?>
<br>
<br>
<b>Note: An SQL error will occur if the page is not typed exactly as seen in the search results.</b>
<br>
<br>
<a href="ban.php">Return</a>
</p>
</body>
</html>