Removing broken Registry stuff (as registry is now deprecated in b8framework) - Fixes #58

This commit is contained in:
Dan Cryer 2013-05-22 22:21:29 +01:00
commit 6e3df00f62
3 changed files with 5 additions and 3 deletions

View file

@ -37,6 +37,8 @@ require_once(APPLICATION_PATH . 'vendor/autoload.php');
// Load configuration if present:
$config = new b8\Config();
$request = new b8\Http\Request();
$registry = new b8\Registry($config, $request);
if (file_exists(APPLICATION_PATH . 'config.php')) {
require(APPLICATION_PATH . 'config.php');