# HG changeset patch # User rejo # Date 1210342980 0 # Node ID 16cdb7844fce0944bd85fcb4189ebf8a007b234c # Parent b8adc3cf28c7939440635e516c17c5ec41fb5bb4 [feladat @ 258] Fixing small bug in on-screen print of suggested configuration. diff -r b8adc3cf28c7 -r 16cdb7844fce install/index.php --- a/install/index.php Fri May 09 14:07:54 2008 +0000 +++ b/install/index.php Fri May 09 14:23:00 2008 +0000 @@ -233,7 +233,7 @@ } else { echo "

" . _('The installer is unable to write to the file "') . $local_config_file . _('" (which is in itself good). The configuration is printed here. You should now create the file "') . $local_config_file . _('" in the Poweradmin root directory yourself. It should contain the following few lines:') . "

\n"; echo "
";
-			echo $config;
+			echo htmlentities($config);
 			echo "
"; }; echo "
";