Moved pickles code to src/

This commit is contained in:
Joshua Sherman 2014-01-20 23:20:43 -05:00
parent 2c55b25988
commit adae3ba468
30 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ if (!defined('SITE_PATH'))
define('SITE_PATH', org\bovigo\vfs\vfsStream::url('site/'));
}
require_once 'pickles.php';
require_once 'src/pickles.php';
if (!file_exists(SITE_MODULE_PATH))
{