From: Andrey Kutejko Date: Wed, 7 Jan 2015 18:44:35 +0000 (+0200) Subject: cleanup X-Git-Tag: 0.6~83 X-Git-Url: https://git.andy128k.dev/?a=commitdiff_plain;h=9172a0b6a376a18a7b40c076677932d11a39c96b;p=ipf.git cleanup --- diff --git a/ipf.php b/ipf.php index a7dc548..ef89104 100644 --- a/ipf.php +++ b/ipf.php @@ -48,7 +48,6 @@ final class IPF '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') @@ -88,7 +87,6 @@ final class IPF 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))