Skip to content
Snippets Groups Projects
Commit 2cd23f09 authored by Tim Steiner's avatar Tim Steiner
Browse files

No commit message

No commit message
parent 47f02b6b
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ $config = new Zend_Config_Ini(APPLICATION_DIR . '/config.ini');
$pearPath = $config->pear->include_path;
if ($pearPath) {
set_include_path(get_include_path() . PATH_SEPARATOR . '../library');
set_include_path(get_include_path() . PATH_SEPARATOR . $pearPath);
}
Zend_Session::setOptions($config->session->toArray());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment