[feladat @ 258]
Fixing small bug in on-screen print of suggested configuration.
--- 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 "<p>" . _('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:') . "</p>\n";
echo "<pre>";
- echo $config;
+ echo htmlentities($config);
echo "</pre>";
};
echo "<form method=\"post\">";