From a92ccf238d06b26f67b545c8daf769228d1093ad Mon Sep 17 00:00:00 2001 From: Andrey Kutejko Date: Thu, 8 Jan 2015 16:35:46 +0200 Subject: [PATCH] canonicalize base pathes --- ipf.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ipf.php b/ipf.php index ef89104..6b582bc 100644 --- a/ipf.php +++ b/ipf.php @@ -33,6 +33,9 @@ final class IPF public static function configure($project_root, $document_root) { + $project_root = realpath($project_root); + $document_root = realpath($document_root); + self::$settings = IPF_Settings::create() ->apply(array( 'app_base' => '', -- 2.49.0