From 78ea18d371d9ee39aba01852a0674bec23fb3465 Mon Sep 17 00:00:00 2001 From: xiaoz Date: Sun, 31 May 2020 22:09:51 +0800 Subject: [PATCH] =?UTF-8?q?v1.51=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=BA=9BBUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- functions/cache.php | 2 +- functions/readme.php | 2 +- functions/version.txt | 2 +- functions/viewmd.php | 2 +- index.php | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) 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 @@