Give examples for tmp and files paths, and adjust language

This commit is contained in:
Miles Lott 2001-04-21 16:23:08 +00:00
parent 568fa2524c
commit 16f06c53c4

View File

@ -4,12 +4,12 @@
</tr>
<tr bgcolor="e6e6e6">
<td>Enter file path for temporary files.</td>
<td>Enter the full path for temporary files.<br>Examples: /tmp, C:\TEMP</td>
<td><input name="newsettings[temp_dir]" value="<?php echo $current_config["temp_dir"]; ?>" size="40"></td>
</tr>
<tr bgcolor="e6e6e6">
<td>Enter file path for users and group files.</td>
<td>Enter the full path for users and group files.<br>Examples: /files, E:\FILES</td>
<td><input name="newsettings[files_dir]" value="<?php echo $current_config["files_dir"]; ?>" size="40"></td>
</tr>
@ -26,6 +26,11 @@
<td colspan="2"><font color="fefefe">&nbsp;<b>Host information</b></font></td>
</tr>
<tr bgcolor="e6e6e6">
<td>Enter the hostname of the machine on which this server is running.</td>
<td><input name="newsettings[hostname]" value="<?php echo $SERVER_NAME; ?>"></td>
</tr>
<tr bgcolor="e6e6e6">
<td>Enter your default FTP server.</td>
<td><input name="newsettings[default_ftp_server]" value="<?php echo $current_config["default_ftp_server"]; ?>"></td>
@ -40,8 +45,3 @@
<td>Enter your HTTP proxy server port.</td>
<td><input name="newsettings[httpproxy_port]" value="<?php echo $current_config["httpproxy_port"]; ?>"></td>
</tr>
<tr bgcolor="e6e6e6">
<td>Enter the hostname of the machine this server is running on.</td>
<td><input name="newsettings[hostname]" value="<?php echo $SERVER_NAME; ?>"></td>
</tr>