[feladat @ 258]
authorrejo
Fri, 09 May 2008 14:23:00 +0000
changeset 152 16cdb7844fce
parent 151 b8adc3cf28c7
child 153 1f7fc42b6ec4
[feladat @ 258] Fixing small bug in on-screen print of suggested configuration.
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 "<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\">";