Backwards compatibility fix for upload failed error page.

migrationdev
YandolsZX 5 years ago
parent ee675aecac
commit fa16b65c82
  1. 2
      failed.php

@ -1,5 +1,5 @@
<?php
header("HTTP/2.0 400 Bad Request");
header("HTTP/1.1 400 Bad Request");
?>
<!DOCTYPE HTML>
<html lang="en" class="no-js" xmlns:og="https://ogp.me/ns#">

Loading…
Cancel
Save