Skip to content

Commit

Permalink
Moved config file into /config folder as there are likely to be multi…
Browse files Browse the repository at this point in the history
…ple config files. This folder is already used by the Pdo extension, so it makes sense to have the folder already available
  • Loading branch information
joechilds authored and AliasIO committed Jun 17, 2013
1 parent e0908c9 commit 13bd30a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion web/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

spl_autoload_register(array($app, 'autoload'));

require 'config.php';
require 'config/config.php';

$app->run();
$app->serve();
Expand Down

0 comments on commit 13bd30a

Please sign in to comment.