leaderbin/public/index.php
2014-08-04 00:40:30 +00:00

9 lines
144 B
PHP

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