leaderbin/public/index.php
2014-07-12 18:05:17 -04:00

9 lines
136 B
PHP

<?php
set_include_path(get_include_path() . PATH_SEPARATOR . '/usr/share/pickles');
require_once 'pickles.php';
new Controller()
?>