index.php
changeset 25 7fddaf017915
parent 0 4869aea77e21
child 39 8b4f9c6136f4
--- a/index.php
+++ b/index.php
@@ -1,14 +1,14 @@
 <?php
 
 /**
- * Ticket-System
+ * Bröker Framework Version 0.1
  *
+ * @author Markus Bröker<broeker.markus@googlemail.com>
  */
 
-namespace bfw;
+use bfw\Dispatcher;
 
 require_once 'config/config.php';
 
 $dispatcher = new Dispatcher();
-$view = $dispatcher->getView();
-$view->display();
\ No newline at end of file
+return $dispatcher->delegate();
\ No newline at end of file