summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalf Furious <m@lfurio.us>2015-12-18 22:44:08 -0500
committerMalf Furious <m@lfurio.us>2015-12-18 22:44:08 -0500
commitb21251ef971d262dc414869fed83f52d0098bfe6 (patch)
tree2f91e9e3be00c1492cdf4ce88d8e77a909c5c287
parentf35a869e766b7206cd4effc3bff62f71509bc5b5 (diff)
downloadscrott-b21251ef971d262dc414869fed83f52d0098bfe6.tar.gz
scrott-b21251ef971d262dc414869fed83f52d0098bfe6.zip
! Review of app/ directory for merging upstream to dev has been completed..... whew
+ Added some TODO comments for later development
Diffstat (limited to '')
-rw-r--r--app/controller/root.control.php3
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 */