Added some headers

This commit is contained in:
neerholt
2021-03-19 09:18:19 +01:00
parent 815ec2d499
commit c1484e4710
7 changed files with 38 additions and 10 deletions
+15
View File
@@ -33,6 +33,21 @@ $gameJam = GameJam::firstOrCreate([
<input type="submit" name="login" value="login">
</form>
<?php
//print_r(headers_list());
$h = apache_request_headers();
foreach ($h as $name => $value) {
echo "$name: $value <br>";
}
echo "<br>";
var_dump(headers_list());
?>
</body>
</html>