Updated PICKLES path

This commit is contained in:
Josh Sherman 2014-01-17 12:04:11 -05:00
parent 5bab800948
commit b725bbbe48

View file

@ -1,6 +1,6 @@
<?php <?php
set_include_path(get_include_path() . PATH_SEPARATOR . '/usr/share/pickles-latest'); set_include_path(get_include_path() . PATH_SEPARATOR . '/usr/share/pickles-v13.12.1');
require_once 'pickles.php'; require_once 'pickles.php';