| 123456789101112131415 |
- <?php
- error_log("ERROR " . http_response_code());
- return;
- ?>
- <!DOCTYPE html>
- <html>
- <head>
- <meta content='text/html; charset=windows-1252' http-equiv='content-type'/>
- <meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1'>
- <title>ERROR</title>
- <meta name="robots" content="noindex bofollow"/>
- </head>
- <body>
- </body>
- </html>
|