error.php 427 B

123456789101112131415
  1. <?php
  2. error_log("ERROR " . http_response_code());
  3. return;
  4. ?>
  5. <!DOCTYPE html>
  6. <html>
  7. <head>
  8. <meta content='text/html; charset=windows-1252' http-equiv='content-type'/>
  9. <meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1'>
  10. <title>ERROR</title>
  11. <meta name="robots" content="noindex bofollow"/>
  12. </head>
  13. <body>
  14. </body>
  15. </html>