Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lincanbin committed Dec 22, 2015
1 parent 8521da0 commit 8f1f357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 8f1f357

Please sign in to comment.