From 2230dd4e6b148346c0ec596b9e3e12996a762ed8 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Thu, 22 May 2014 12:28:28 -0400 Subject: Code refactoring (add autoloader and change files organization) --- controllers/app.php | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 controllers/app.php (limited to 'controllers/app.php') diff --git a/controllers/app.php b/controllers/app.php deleted file mode 100644 index 68872a48..00000000 --- a/controllers/app.php +++ /dev/null @@ -1,29 +0,0 @@ -project->countByStatus(\Model\Project::ACTIVE)) { - $this->response->redirect('?controller=board'); - } - else { - $this->redirectNoProject(); - } - } -} -- cgit v1.2.3