install/index.php
changeset 152 16cdb7844fce
parent 151 b8adc3cf28c7
child 155 dd568f2909e3
equal deleted inserted replaced
151:b8adc3cf28c7 152:16cdb7844fce
   231 			fclose($h_config);
   231 			fclose($h_config);
   232 			echo "<p>" . _('The installer was able to write to the file "') . $local_config_file . _('". A basic configuration, based on the details you have given, has been created.') . "</p>\n";
   232 			echo "<p>" . _('The installer was able to write to the file "') . $local_config_file . _('". A basic configuration, based on the details you have given, has been created.') . "</p>\n";
   233 		} else {
   233 		} else {
   234 			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";
   234 			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";
   235 			echo "<pre>";
   235 			echo "<pre>";
   236 			echo $config;
   236 			echo htmlentities($config);
   237 			echo "</pre>";
   237 			echo "</pre>";
   238 		};
   238 		};
   239 		echo "<form method=\"post\">";
   239 		echo "<form method=\"post\">";
   240 		echo "<input type=\"hidden\" name=\"step\" value=\"" . $step . "\">";
   240 		echo "<input type=\"hidden\" name=\"step\" value=\"" . $step . "\">";
   241 		echo "<input type=\"hidden\" name=\"language\" value=\"" . $language . "\">";
   241 		echo "<input type=\"hidden\" name=\"language\" value=\"" . $language . "\">";