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 --- function.php | 15 ---------- getheader.php | 14 --------- header.php | 92 ----------------------------------------------------------- index.php | 45 +++++++++++++++++++++++------ 4 files changed, 37 insertions(+), 129 deletions(-) delete mode 100644 function.php delete mode 100644 getheader.php delete mode 100644 header.php diff --git a/function.php b/function.php deleted file mode 100644 index 87ec766..0000000 --- a/function.php +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - Header: <?php echo htmlentities($_POST['url']); ?> - - - - - -
-
-
-

-
-
-
-			
-
-
-
- - 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