diff --git a/index.php b/public/index.php copy from index.php copy to public/index.php --- a/index.php +++ b/public/index.php @@ -1,13 +1,15 @@ */ + use bfw\Dispatcher; -require_once 'config/config.php'; - $dispatcher = new Dispatcher(); return $dispatcher->delegate();