leaderbin/public/index.php
2014-01-17 12:04:11 -05:00

9 lines
145 B
PHP

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