Remove a totally useless echo "<form>" line.

Now the <form> will actually be valid instead of having 2 <form> tokens
before the </form> token.

Pat.
This commit is contained in:
q-bert 2001-03-09 14:54:58 +00:00
parent 6f695b6997
commit c32a28431d

View File

@ -254,7 +254,6 @@
echo "<br><font color=red>Warning!<br>The db_type in defaults (".$phpgw_info["server"]["db_type"].") is not supported on this server. using first supported type.</font>";
}
echo "<br>";
echo "<form>";
if(is_writeable ("../header.inc.php")|| (!file_exists ("../header.inc.php") && is_writeable ("../"))){
echo '<input type=submit name="action" value="write config">';