Fixing them paths for real.

This commit is contained in:
Joshua Sherman 2014-01-20 22:49:56 -05:00
parent 4e7f442f86
commit 2c55b25988
2 changed files with 2 additions and 2 deletions

View file

@ -124,7 +124,7 @@ $config = Config::getInstance();
$config->data['pickles']['path'] = dirname(__FILE__) . '/'; $config->data['pickles']['path'] = dirname(__FILE__) . '/';
// Requires the Composer autoloader // Requires the Composer autoloader
require_once $config->pickles['path'] . 'vendor/composer/autoload.php'; require_once $config->pickles['path'] . 'vendor/autoload.php';
// Configures any available PHP configuration options // Configures any available PHP configuration options
if (is_array($config->php) && count($config->php)) if (is_array($config->php) && count($config->php))

View file

@ -13,7 +13,7 @@ set_exit_overload(function($status = false)
ob_start(); ob_start();
@session_start(); @session_start();
require_once 'vendor/composer/autoload.php'; require_once 'vendor/autoload.php';
$root = org\bovigo\vfs\vfsStream::setup('site'); $root = org\bovigo\vfs\vfsStream::setup('site');