summaryrefslogtreecommitdiff
path: root/framework/cli/views/shell/module/controllers/DefaultController.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/cli/views/shell/module/controllers/DefaultController.php')
-rw-r--r--framework/cli/views/shell/module/controllers/DefaultController.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/framework/cli/views/shell/module/controllers/DefaultController.php b/framework/cli/views/shell/module/controllers/DefaultController.php
new file mode 100644
index 0000000..957551e
--- /dev/null
+++ b/framework/cli/views/shell/module/controllers/DefaultController.php
@@ -0,0 +1,9 @@
+<?php
+
+class DefaultController extends Controller
+{
+ public function actionIndex()
+ {
+ $this->render('index');
+ }
+} \ No newline at end of file