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/ban.html.php
2025-05-23 15:11:34 -07:00

25 lines
331 B
PHP
Executable file

<!DOCTYPE html>
<html>
<head>
<title>Result</title>
<meta http-equiv="content-type"
content="text/html; charset=utf-8"/>
</head>
<body>
<p>
Completed.<br><br>
<?php echo $output; ?>
</p>
<a href="ban.php">Return</a>
</body>
</html>