Added some headers
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user