summaryrefslogtreecommitdiff
path: root/src/controllers/Main.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/controllers/Main.class.php')
-rw-r--r--src/controllers/Main.class.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/controllers/Main.class.php b/src/controllers/Main.class.php
deleted file mode 100644
index 7651b62..0000000
--- a/src/controllers/Main.class.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-
-Router::register('index', 'Main', 'index');
-
-class Main extends Controller {
- public function index($routed, $remainder) {
- $this->showView('index');
- }
-}