diff options
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") { |