25 lines
331 B
PHP
Executable file
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>
|