Skip to content

Commit

Permalink
made config required to fail earlier
Browse files Browse the repository at this point in the history
issue raised and discussed by zomg in IRC.
  • Loading branch information
BinaryKitten committed Oct 3, 2012
1 parent 47c6aa8 commit 6267dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
chdir(dirname(__DIR__));

// Setup autoloading
include 'init_autoloader.php';
require 'init_autoloader.php';

// Run the application!
Zend\Mvc\Application::init(include 'config/application.config.php')->run();

0 comments on commit 6267dbe

Please sign in to comment.