leaderbin/public/index.php
2013-12-14 17:25:29 -05:00

9 lines
143 B
PHP

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