From 3267cdfda74bed124b275bb3deaea28f2248f3ee Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Fri, 5 Jul 2013 10:55:42 +0200 Subject: [PATCH] fix undefined variable in wheezy-config Signed-off-by: Michael Kaufmann (d00p) --- lib/init.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/init.php b/lib/init.php index f351e0cb..367a68a9 100644 --- a/lib/init.php +++ b/lib/init.php @@ -67,6 +67,8 @@ unset($value); unset($key); $filename = basename($_SERVER['PHP_SELF']); +$pathtophpfiles = dirname(dirname(__FILE__)); + if(!file_exists('lib/userdata.inc.php')) { $config_hint = file_get_contents('templates/Froxlor/misc/configurehint.tpl');