diff --git a/functions/cache.php b/functions/cache.php index f24710c..3796de5 100644 --- a/functions/cache.php +++ b/functions/cache.php @@ -72,7 +72,7 @@ function get_url(){ break; default: $protocol = "http://"; - $port = ":".$port; + $port = ""; break; } diff --git a/functions/readme.php b/functions/readme.php index beb8f0d..f5b0354 100644 --- a/functions/readme.php +++ b/functions/readme.php @@ -1,7 +1,7 @@