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';