From 6b9e4d0310dfcfd6b780046dad76c7c4c80868b1 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 10 Nov 2014 13:58:15 +0100 Subject: merged everything in one file --- index.php | 45 +++++++++++++++++++++++++++++++++++++-------- 1 file changed, 37 insertions(+), 8 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index dbbe210..957e0a8 100644 --- a/index.php +++ b/index.php @@ -65,10 +65,11 @@ a { text-decoration: underline; } - + Check HTTP Headers online! - Header: ' . htmlentities($_POST['url']); .''; + Header: ' . htmlentities($_REQUEST['url']) .''; + } ?> @@ -77,7 +78,19 @@ a { @@ -91,16 +104,32 @@ if ( $set ){
 
 			
-

Retrieve HTTP Headers Online!

-

Check the response headers for websites.
Enter a URL and hit the submit button.

-
+

Retrieve HTTP Headers Online!

+

Check the response headers for websites.
Enter a URL and hit the submit button.

+
-- cgit v1.2.3