'tmp' => '/tmp',
'admin_title' => 'IPF Administration',
))
- ->set('ipf_path', dirname(__FILE__))
->set('project_root', $project_root)
->set('document_root', $document_root)
->applyFile($project_root.'/project/settings.php')
array_pop($elts);
$file = '/' . strtolower(implode(DIRECTORY_SEPARATOR, $elts)).'.php';
- self::include_existing(self::$settings->get('ipf_path') . $file);
self::include_existing(self::$settings->get('project_root') . '/project' . $file);
if (!function_exists($function))