]> git.andy128k.dev Git - ipf.git/commitdiff
cleanup
authorAndrey Kutejko <andy128k@gmail.com>
Wed, 7 Jan 2015 18:44:35 +0000 (20:44 +0200)
committerAndrey Kutejko <andy128k@gmail.com>
Wed, 7 Jan 2015 18:44:35 +0000 (20:44 +0200)
ipf.php

diff --git a/ipf.php b/ipf.php
index a7dc548c2a117ad70f43bc977a828c4815127d41..ef89104bd12ff37d258fe2ec99507661100371eb 100644 (file)
--- 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))