Moved pickles code to src/
This commit is contained in:
parent
2c55b25988
commit
adae3ba468
30 changed files with 2 additions and 2 deletions
|
@ -124,7 +124,7 @@ $config = Config::getInstance();
|
|||
$config->data['pickles']['path'] = dirname(__FILE__) . '/';
|
||||
|
||||
// Requires the Composer autoloader
|
||||
require_once $config->pickles['path'] . 'vendor/autoload.php';
|
||||
require_once $config->pickles['path'] . '../vendor/autoload.php';
|
||||
|
||||
// Configures any available PHP configuration options
|
||||
if (is_array($config->php) && count($config->php))
|
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue