Set up all that basic shit

This commit is contained in:
Josh Sherman 2013-12-14 17:25:29 -05:00
parent 1b96e2c199
commit 6c9c04a85d
5 changed files with 198 additions and 0 deletions

9
public/index.php Normal file
View file

@ -0,0 +1,9 @@
<?php
set_include_path(get_include_path() . PATH_SEPARATOR . '/usr/share/pickles-latest');
require_once 'pickles.php';
new Controller()
?>