summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Robinson <joe@lc8n.com>2014-08-05 17:28:39 +0100
committerJoe Robinson <joe@lc8n.com>2014-08-05 17:28:39 +0100
commitaf4ce6f0bffeba2438f423546a4a87ea7daa3c24 (patch)
tree7b515fddafb8736e2832eb7f6906adffea9f7429
parentf3152504a185c7930b2d5750634fa7d00d1ae41e (diff)
parented7db8b14814abf78e81ca4ed1150d931125cb7e (diff)
Merge branch 'master' of blatech.co.uk:l_bratch/blaupload
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 563c225..ed2cdc9 100644
--- a/index.php
+++ b/index.php
@@ -306,7 +306,7 @@ for ($i = 0; $i < count($listing); $i++) {
?>
<hr></pre>
-<address>Apache Server at www.blaupload.co.uk Port 80</address>
+<?php echo "<address>Apache Server at " . $_SERVER['SERVER_NAME'] . " Port " . $_SERVER['SERVER_PORT'] . "</address>"; ?>
</body></html>
<?php
} else if ($_GET['format'] == "json") {