summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/index.php b/index.php
index 7996b07..c190d2e 100644
--- a/index.php
+++ b/index.php
@@ -8,12 +8,7 @@
<?php echo file_get_contents("./tools/style.css"); ?>
</style>
<noscript><style>.navbar{margin-bottom:0;}</style></noscript>
- <?php if ( ! $set) { ?>
- <title>Check HTTP Headers online!</title>
- <?php } else {
- echo '<title>Header: ' . htmlentities($_REQUEST['url']) .'</title>';
- }
- ?>
+ <title>Tools | iamfabulous.de</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel='shortcut icon' href='../tools/favicon.ico' type='image/x-icon'>
</head>