diff options
author | Geekologist <Conver@users.noreply.github.com> | 2016-06-27 23:07:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-27 23:07:49 +0200 |
commit | a00269fdb8961f57f14abcfc99c69819fee55352 (patch) | |
tree | e74c889cc02482020767ad8e71d214725a84c791 | |
parent | 9de3b10cefe66e176f8a9d87ff6d9b289c9c8695 (diff) | |
download | PHPAuth-a00269fdb8961f57f14abcfc99c69819fee55352.zip PHPAuth-a00269fdb8961f57f14abcfc99c69819fee55352.tar.gz PHPAuth-a00269fdb8961f57f14abcfc99c69819fee55352.tar.bz2 |
error
-rwxr-xr-x | Auth.php | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -39,15 +39,6 @@ class Auth date_default_timezone_set($this->config->site_timezone); } - - /*** - * Returns current language - * @return array $lang - */ - - public function returnLang() { - return $this->lang; - } /*** * Logs a user in |