diff options
-rw-r--r-- | app/controller/root.control.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/controller/root.control.php b/app/controller/root.control.php index 7ccf35e..437cae1 100644 --- a/app/controller/root.control.php +++ b/app/controller/root.control.php @@ -14,6 +14,9 @@ class Root extends Controller */ function handle($argv) { + /* TODO -- Catch app exceptions here and display a special view to communicate them to user */ + /* TODO -- Authentication (login / logout / register) MVC */ + $argv = $this->normalizeArgv($argv); /* First, make sure the system configuration file has been included */ |