summaryrefslogtreecommitdiff
path: root/controllers/app.php
diff options
context:
space:
mode:
Diffstat (limited to 'controllers/app.php')
-rw-r--r--controllers/app.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/controllers/app.php b/controllers/app.php
index e72ac9d0..68872a48 100644
--- a/controllers/app.php
+++ b/controllers/app.php
@@ -4,8 +4,19 @@ namespace Controller;
require_once __DIR__.'/base.php';
+/**
+ * Application controller
+ *
+ * @package controller
+ * @author Frederic Guillot
+ */
class App extends Base
{
+ /**
+ * Redirect to the project creation page or the board controller
+ *
+ * @access public
+ */
public function index()
{
if ($this->project->countByStatus(\Model\Project::ACTIVE)) {