diff --git a/~dev_rating/application/classes/Controller/Handler.php b/~dev_rating/application/classes/Controller/Handler.php index 1012089419929f2a8988f174faf22e073ee4263e..f39efc26e2abf71f03eb410c5bd517bea8c991c0 100644 --- a/~dev_rating/application/classes/Controller/Handler.php +++ b/~dev_rating/application/classes/Controller/Handler.php @@ -12,9 +12,6 @@ class Controller_Handler extends Controller protected $user; public function before() { - if (!$this->request->is_ajax()) - throw new HTTP_Exception_404(); - $this->user = User::instance(); $this->post = Validation::factory(Arr::map('trim', $_POST)); $this->get = Validation::factory(Arr::map('trim', $_GET));