Various bug fixes
This commit is contained in:
parent
0adaf0c400
commit
b47dfbd0b3
15 changed files with 82 additions and 43 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue