Various bug fixes
This commit is contained in:
parent
0adaf0c400
commit
b47dfbd0b3
15 changed files with 82 additions and 43 deletions
|
|
@ -42,8 +42,6 @@ $conf['b8']['app']['default_controller'] = 'Index';
|
|||
$conf['b8']['view']['path'] = dirname(__FILE__) . '/PHPCI/View/';
|
||||
|
||||
$config = new b8\Config($conf);
|
||||
$request = new b8\Http\Request();
|
||||
$registry = new b8\Registry($config, $request);
|
||||
|
||||
if (file_exists(APPLICATION_PATH . 'config.php')) {
|
||||
require(APPLICATION_PATH . 'config.php');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue