1
0

add composer autoloader and libs

This commit is contained in:
onli
2013-08-18 12:46:45 +02:00
parent d9211d2c40
commit e63be19fe5
180 changed files with 23609 additions and 0 deletions

View File

@ -198,6 +198,8 @@ if (function_exists('get_include_path')) {
}
require_once("bundled_libs/autoload.php");
$new_include = ($serendipity['use_PEAR'] ? $old_include . PATH_SEPARATOR : '')
. S9Y_INCLUDE_PATH . 'bundled-libs/' . PATH_SEPARATOR
. S9Y_INCLUDE_PATH . 'bundled-libs/Smarty/libs/' . PATH_SEPARATOR