@ -641,7 +641,7 @@ class OC {
OC_Preferences::deleteKey(OC_User::getUser(), 'login_token', $_COOKIE['oc_token']);
}
OC_User::logout();
header("Location: " . OC::$WEBROOT . '/');
header("Location: " . OC::$WEBROOT);
} else {
if (is_null($file)) {
$param['file'] = 'index.php';