From 8f1f3571847902cb8185aedb67e1d6c76d633846 Mon Sep 17 00:00:00 2001 From: lincanbin Date: Tue, 22 Dec 2015 12:07:07 +0800 Subject: [PATCH] Fixed bug. https://www.94cb.com/t/3520 --- view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view.php b/view.php index b1c74969..33d54c60 100644 --- a/view.php +++ b/view.php @@ -12,7 +12,7 @@ } $DB->CloseConnection(); $CookiesPrefix = $Config['CookiePrefix']; -$CurProtocol = '//'; +$CurProtocol = 'http://'; //$CookiesPrefix = isset($_GET['cookie_prefix']) ? $_GET['cookie_prefix'] : false; if ($CookiesPrefix) { $View = isset($_GET['view']) ? $_GET['view'] : 'desktop';