Started laying out the bootstrap files

This commit is contained in:
Josh Sherman 2012-10-10 19:37:24 -04:00
parent 47c99009cb
commit 7644edb8b4
4 changed files with 12 additions and 0 deletions

View file

View file

@ -0,0 +1,12 @@
<?php
// Where dem PICKLES at?!
set_include_path(get_include_path() . PATH_SEPARATOR . '/usr/share/pickles');
// Give'm to me!
require_once 'pickles.php';
// OM NOM NOM NOM!!~!
new Controller();
?>

View file

View file