mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
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:
parent
6f695b6997
commit
c32a28431d
@ -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">';
|
||||
|
Loading…
Reference in New Issue
Block a user