From daa8e45582a2d82bd6aaa89d0eff4e63e1fd9009 Mon Sep 17 00:00:00 2001 From: "Florian Aders (EleRas)" Date: Wed, 12 May 2010 13:14:18 +0000 Subject: [PATCH] Decode the Punycode wshile showing domains with wrong open_basedir --- install/updates/preconfig/0.9/preconfig_0.9.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/updates/preconfig/0.9/preconfig_0.9.inc.php b/install/updates/preconfig/0.9/preconfig_0.9.inc.php index 79b58e1c..f7ed2e4d 100644 --- a/install/updates/preconfig/0.9/preconfig_0.9.inc.php +++ b/install/updates/preconfig/0.9/preconfig_0.9.inc.php @@ -141,9 +141,10 @@ function parseAndOutputPreconfig(&$has_preconfig, &$return, $current_version) $description = 'Resetting the open_basedir to customer - root'; $question = 'Due to a security - issue regarding open_basedir, Froxlor will set the open_basedir for the following domains to the customers root instead of the chosen documentroot:
 '; $question.= ''; eval("\$return.=\"" . getTemplate("update/preconfigitem") . "\";");