Further require updates
authorKathryn Reeve <Kathryn@BinaryKitten.com>
Wed, 3 Oct 2012 10:38:27 +0000 (12:38 +0200)
committerKathryn Reeve <Kathryn@BinaryKitten.com>
Wed, 3 Oct 2012 10:38:27 +0000 (12:38 +0200)
public/index.php

index f49a36c..49cb018 100644 (file)
@@ -9,4 +9,4 @@ chdir(dirname(__DIR__));
 require 'init_autoloader.php';
 
 // Run the application!
-Zend\Mvc\Application::init(include 'config/application.config.php')->run();
+Zend\Mvc\Application::init(require 'config/application.config.php')->run();