remove obsolete function login()

remotes/origin/stable6
Thomas Müller 12 years ago
parent 0d7c36c9f1
commit 8c77cd1901
  1. 8
      lib/base.php

@ -745,14 +745,6 @@ class OC {
}
}
public static function login($params) {
if (OC_User::isLoggedIn()) {
header("Location: " . OC::$WEBROOT . '/');
exit();
}
self::handleLogin();
}
protected static function handleLogin() {
OC_App::loadApps(array('prelogin'));
$error = array();

Loading…
Cancel
Save