Set up all that basic shit
This commit is contained in:
parent
1b96e2c199
commit
6c9c04a85d
5 changed files with 198 additions and 0 deletions
9
public/index.php
Normal file
9
public/index.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
set_include_path(get_include_path() . PATH_SEPARATOR . '/usr/share/pickles-latest');
|
||||
|
||||
require_once 'pickles.php';
|
||||
|
||||
new Controller()
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue