aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/UsersController.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-04-05 15:28:19 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-04-05 15:28:19 +0000
commit1a42c1c617bea6ec2c9344073fcef082fae9cb35 (patch)
tree8b7d9d623165d2dd298fab9dcb64a029e4e45f36 /h-source/Application/Controllers/UsersController.php
parentf178c9a514e1fc849ebeaa8e8a546296836d29d6 (diff)
h-source:improved the way license is shown
Diffstat (limited to 'h-source/Application/Controllers/UsersController.php')
-rw-r--r--h-source/Application/Controllers/UsersController.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/h-source/Application/Controllers/UsersController.php b/h-source/Application/Controllers/UsersController.php
index 651b371..b8fe57e 100644
--- a/h-source/Application/Controllers/UsersController.php
+++ b/h-source/Application/Controllers/UsersController.php
@@ -118,17 +118,6 @@ 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 add($lang = 'en')
{
$data['title'] = 'create account - '.Website::$generalName;