wiby/html/error.html.php

26 lines
255 B
PHP
Raw Normal View History

2022-07-08 03:48:28 +00:00
<!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>