Skip to content

Commit

Permalink
Updating bootstrap for the new Driver based Config loading.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrrgn committed Oct 9, 2011
1 parent b52ae03 commit 02afa00
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions fuel/app/bootstrap.php
Expand Up @@ -23,7 +23,4 @@
Fuel::$env = (isset($_SERVER['FUEL_ENV']) ? $_SERVER['FUEL_ENV'] : Fuel::DEVELOPMENT);

// Initialize the framework with the config file.
Fuel::init(include(APPPATH.'config/config.php'));


/* End of file bootstrap.php */
Fuel::init('config.php');

0 comments on commit 02afa00

Please sign in to comment.