index.php
changeset 0 4869aea77e21
child 25 7fddaf017915
new file mode 100644
--- /dev/null
+++ b/index.php
@@ -0,0 +1,14 @@
+<?php
+
+/**
+ * Ticket-System
+ *
+ */
+
+namespace bfw;
+
+require_once 'config/config.php';
+
+$dispatcher = new Dispatcher();
+$view = $dispatcher->getView();
+$view->display();
\ No newline at end of file