wiby/html/error.html.php
2022-07-07 23:48:28 -04:00

26 lines
255 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; ?>
</p>
</body>
</html>