From 9172a0b6a376a18a7b40c076677932d11a39c96b Mon Sep 17 00:00:00 2001 From: Andrey Kutejko Date: Wed, 7 Jan 2015 20:44:35 +0200 Subject: [PATCH] cleanup --- ipf.php | 2 -- 1 file changed, 2 deletions(-) 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)) -- 2.49.0