From 8a919052071950332bbfd4c5b02e92b88c3031eb Mon Sep 17 00:00:00 2001 From: Stephan Kasdorf Date: Wed, 19 Jul 2017 09:13:03 +0200 Subject: [PATCH] Removed unused files --- core/dispatch.php | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 core/dispatch.php diff --git a/core/dispatch.php b/core/dispatch.php deleted file mode 100644 index 8d74cd2..0000000 --- a/core/dispatch.php +++ /dev/null @@ -1,15 +0,0 @@ -route(); -require_once __DIR__ . '/../application/controller/' . Nibiru\Router::getInstance()->tplName() . 'Controller.php'; -eval("new Nibiru\\".Nibiru\Router::getInstance()->tplName()."Controller();"); -Nibiru\Debug::getInstance(); -Nibiru\Display::getInstance()->display(); \ No newline at end of file