index.php
author Markus Broeker<broeker.markus@googlemail.com>
Sun, 14 Feb 2016 16:49:42 +0100
changeset 41 08414729c5b4
parent 39 8b4f9c6136f4
permissions -rw-r--r--
Formulare umgestylt

<?php

/**
 * Bröker Framework Version 0.1
 *
 * @author Markus Bröker<broeker.markus@googlemail.com>
 */
use bfw\Dispatcher;

require_once 'config/config.php';

$dispatcher = new Dispatcher();
return $dispatcher->delegate();