Started adding configuration stubs

This commit is contained in:
Josh Sherman 2012-10-11 14:12:04 -04:00
parent 9eb2d438a8
commit 904a5856ce
3 changed files with 7 additions and 0 deletions

View file

View file

7
bootstrap/config.php Normal file
View file

@ -0,0 +1,7 @@
<?php
$config = array(
);
?>