From 34adb20d0ffe996bf454ade33ff02fef70968730 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Wed, 22 Jun 2011 14:51:14 +0000 Subject: anonymous users can now insert devices, automatically set as hidden (to be approved) --- h-source/Application/Controllers/GenericController.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'h-source/Application/Controllers/GenericController.php') diff --git a/h-source/Application/Controllers/GenericController.php b/h-source/Application/Controllers/GenericController.php index eececc9..92831f7 100644 --- a/h-source/Application/Controllers/GenericController.php +++ b/h-source/Application/Controllers/GenericController.php @@ -73,11 +73,11 @@ class GenericController extends BaseController $this->s['registered']->checkStatus(); - if ($this->s['registered']->status['status'] === 'logged') - { - if (!$this->s['registered']->checkCsrf($clean['token'])) $this->redirect($this->controller.'/catalogue/'.$this->lang,2,'wrong token..'); +// if ($this->s['registered']->status['status'] === 'logged') +// { +// if (!$this->s['registered']->checkCsrf($clean['token'])) $this->redirect($this->controller.'/catalogue/'.$this->lang,2,'wrong token..'); - if ($this->m['UsersModel']->isBlocked($this->s['registered']->status['id_user'])) $this->redirect('my/home/'.$this->lang,2,'your account has been blocked..'); +// if ($this->m['UsersModel']->isBlocked($this->s['registered']->status['id_user'])) $this->redirect('my/home/'.$this->lang,2,'your account has been blocked..'); if (isset($_POST['insertAction'])) { @@ -141,11 +141,11 @@ class GenericController extends BaseController $this->clean(); $this->load('xml_response'); } - } - else - { - $this->redirect("users/login/".$this->lang."?redirect=".$this->controller."/catalogue/".$this->lang,0); - } +// } +// else +// { +// $this->redirect("users/login/".$this->lang."?redirect=".$this->controller."/catalogue/".$this->lang,0); +// } } public function del($lang = 'en', $token = '') -- cgit v1.2.3