Commit 99821629 authored by Dominik Rosiek's avatar Dominik Rosiek

better test for request content

parent cd915a3d
...@@ -9,7 +9,7 @@ $pass = '38e6cbb3ecdc6b7c472091e78e0a40fa'; ...@@ -9,7 +9,7 @@ $pass = '38e6cbb3ecdc6b7c472091e78e0a40fa';
$flaga = 'KYN2016_LaoreetAliquet'; $flaga = 'KYN2016_LaoreetAliquet';
print_r($_SERVER); print_r($_SERVER);
print_r($_REQUEST); print_r(file_get_contents('php://input'));
$headers = apache_request_headers(); $headers = apache_request_headers();
@$site = $headers['KYN_2016']; @$site = $headers['KYN_2016'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment