Various bug fixes

This commit is contained in:
Dan Cryer 2013-07-30 02:55:29 +01:00
commit b47dfbd0b3
15 changed files with 82 additions and 43 deletions

View file

@ -14,5 +14,5 @@ ini_set('display_errors', 'on');
require_once('bootstrap.php');
$fc = new PHPCI\Application($config, $request);
$fc = new PHPCI\Application($config, new b8\Http\Request());
print $fc->handleRequest();