mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Add config for FTP app to use correct mimetype for dl. This should move to ftp app.
This commit is contained in:
parent
1600c50730
commit
ddff43e7fc
@ -36,6 +36,11 @@
|
||||
<td><input name="newsettings[default_ftp_server]" value="<?php echo $current_config["default_ftp_server"]; ?>"></td>
|
||||
</tr>
|
||||
|
||||
<tr bgcolor="e6e6e6">
|
||||
<td>Attempt to use correct mimetype for FTP instead of default 'application/octet-stream'.</td>
|
||||
<td><input type="checkbox" name="newsettings[ftp_use_mime]" value="True"<?php echo ($current_config["ftp_use_mime"]?" checked":""); ?>></td>
|
||||
</tr>
|
||||
|
||||
<tr bgcolor="e6e6e6">
|
||||
<td>Enter your HTTP proxy server.</td>
|
||||
<td><input name="newsettings[httpproxy_server]" value="<?php echo $current_config["httpproxy_server"]; ?>"></td>
|
||||
|
Loading…
Reference in New Issue
Block a user