diff options
Diffstat (limited to 'h-source/Library/Users')
-rwxr-xr-x | h-source/Library/Users/CheckAdmin.php | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/h-source/Library/Users/CheckAdmin.php b/h-source/Library/Users/CheckAdmin.php index aa4e33f..54deb2a 100755 --- a/h-source/Library/Users/CheckAdmin.php +++ b/h-source/Library/Users/CheckAdmin.php @@ -2,7 +2,7 @@ // EasyGiant is a PHP framework for creating and managing dynamic content // -// Copyright (C) 2009 - 2014 Antonio Gallo (info@laboratoriolibero.com) +// Copyright (C) 2009 - 2011 Antonio Gallo // See COPYRIGHT.txt and LICENSE.txt. // // This file is part of EasyGiant @@ -60,16 +60,6 @@ class Users_CheckAdmin { $this->uid = isset($_COOKIE[$this->_params['cookie_name']]) ? sanitizeAlnum($_COOKIE[$this->_params['cookie_name']]) : null; } - public function setParam($key, $value) - { - $this->_params[$key] = $value; - } - - public function getUid() - { - return $this->uid; - } - private function cleanSessions() { #cancello le sessioni scadute |