Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/Session/SessionInitializer.php')
-rw-r--r--core/Session/SessionInitializer.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/core/Session/SessionInitializer.php b/core/Session/SessionInitializer.php
index cf582b11d9..555b52a767 100644
--- a/core/Session/SessionInitializer.php
+++ b/core/Session/SessionInitializer.php
@@ -96,19 +96,6 @@ class SessionInitializer
Session::regenerateId();
}
- /**
- * Accessor to compute the hashed authentication token.
- *
- * @param string $login user login
- * @param string $token_auth authentication token
- * @return string hashed authentication token
- * @deprecated
- */
- public static function getHashTokenAuth($login, $token_auth)
- {
- return md5($login . $token_auth);
- }
-
private function isRemembered()
{
$cookieParams = session_get_cookie_params();