Initial commit.

This commit is contained in:
Dan Cryer 2013-05-03 16:02:53 +01:00
commit 2c860e8009
43 changed files with 12560 additions and 0 deletions

9
index.php Normal file
View file

@ -0,0 +1,9 @@
<?php
error_reporting(E_ALL & ~E_NOTICE);
ini_set('display_errors', 'on');
require_once('bootstrap.php');
$fc = new PHPCI\Application();
print $fc->handleRequest();