From 5b9f9aa34f0fbfa4de741047c51d7ba46482b7e9 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Sun, 3 Jan 2016 12:21:43 -0500 Subject: + Added controller for new MVC "Auth" --- app/controller/auth.control.php | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 app/controller/auth.control.php (limited to 'app/controller') diff --git a/app/controller/auth.control.php b/app/controller/auth.control.php new file mode 100644 index 0000000..00c71f6 --- /dev/null +++ b/app/controller/auth.control.php @@ -0,0 +1,33 @@ +action_default($mod); + break; + } + } + + function action_default($mod) + { + $mod->deflt(); + include "view/auth/default.view.php"; + } +} + +?> -- cgit v1.2.3