Refactoring to support updated b8framework.
This commit is contained in:
parent
aff5b1886e
commit
67386df9ef
20 changed files with 140 additions and 79 deletions
|
|
@ -9,7 +9,10 @@
|
|||
|
||||
session_start();
|
||||
|
||||
error_reporting(E_ALL);
|
||||
ini_set('display_errors', 'on');
|
||||
|
||||
require_once('bootstrap.php');
|
||||
|
||||
$fc = new PHPCI\Application();
|
||||
$fc = new PHPCI\Application(b8\Config::getInstance());
|
||||
print $fc->handleRequest();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue