diff options
Diffstat (limited to 'h-source/Application/Controllers/UsersController.php')
-rw-r--r-- | h-source/Application/Controllers/UsersController.php | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/h-source/Application/Controllers/UsersController.php b/h-source/Application/Controllers/UsersController.php index b55a461..651b371 100644 --- a/h-source/Application/Controllers/UsersController.php +++ b/h-source/Application/Controllers/UsersController.php @@ -118,16 +118,16 @@ class UsersController extends BaseController $this->load('logout'); } - public function info($lang = 'en') - { - $this->s['registered']->checkStatus(); - - $data['user_status'] = strcmp($this->islogged,'yes') === 0 ? 'logged' : 'not-logged'; - - $this->append($data); - $this->clean(); - $this->load('info'); - } +// public function info($lang = 'en') +// { +// $this->s['registered']->checkStatus(); +// +// $data['user_status'] = strcmp($this->islogged,'yes') === 0 ? 'logged' : 'not-logged'; +// +// $this->append($data); +// $this->clean(); +// $this->load('info'); +// } public function add($lang = 'en') { |