Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mamuz committed Aug 17, 2015
1 parent 00090e1 commit 6ad9272
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 @@ -7,4 +7,4 @@
$env = trim(file_get_contents('./ENV'));
$configCache = './data/cache/config.php';

Phapp\Application\Bootstrap::init($env, $env, $env === 'development' ? null : $configCache)->runApplicationOn($_SERVER);
Phapp\Application\Bootstrap::init($env, $env === 'development' ? null : $configCache)->runApplicationOn($_SERVER);

0 comments on commit 6ad9272

Please sign in to comment.