Refactored Http.
This commit is contained in:
parent
aadfabd714
commit
1fdf9a7ab1
19 changed files with 48 additions and 42 deletions
|
|
@ -4,5 +4,5 @@ session_start();
|
|||
|
||||
require_once(dirname(__DIR__) . '/bootstrap.php');
|
||||
|
||||
$fc = new PHPCensor\Application($config, new b8\Http\Request());
|
||||
$fc = new PHPCensor\Application($config, new PHPCensor\Http\Request());
|
||||
print $fc->handleRequest();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue