index.php
author Markus Broeker<broeker.markus@googlemail.com>
Sun, 14 Feb 2016 22:24:29 +0100
changeset 45 a56e7f9a0463
parent 39 8b4f9c6136f4
permissions -rw-r--r--
Umstellung auf Composer

<?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();