From ed7db8b14814abf78e81ca4ed1150d931125cb7e Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Tue, 5 Aug 2014 16:54:04 +0100 Subject: Use the correct server hostname and port --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 982685e..5c947ac 100644 --- a/index.php +++ b/index.php @@ -300,7 +300,7 @@ for ($i = 0; $i < count($listing); $i++) { ?>
-
Apache Server at www.blaupload.co.uk Port 80
+Apache Server at " . $_SERVER['SERVER_NAME'] . " Port " . $_SERVER['SERVER_PORT'] . ""; ?>