diff options
Diffstat (limited to 'src/controllers/Http404.class.php')
-rw-r--r-- | src/controllers/Http404.class.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/controllers/Http404.class.php b/src/controllers/Http404.class.php deleted file mode 100644 index 322feaa..0000000 --- a/src/controllers/Http404.class.php +++ /dev/null @@ -1,7 +0,0 @@ -<?php - -class Http404 extends Controller { - public function index($routed, $remainder) { - $this->http404($routed, $remainder); - } -} |