changed the link() and webserver_url to return the entire path

This commit is contained in:
seek3r 2001-01-08 18:51:39 +00:00
parent 1db613d9ed
commit edc4f81776

View File

@ -23,7 +23,7 @@
</tr>
<tr bgcolor="486591">
<td colspan="2"><font color="fefefe">&nbsp;<b>Server information</b></font></td>
<td colspan="2"><font color="fefefe">&nbsp;<b>Host information</b></font></td>
</tr>
<tr bgcolor="e6e6e6">
@ -41,11 +41,6 @@
<td><input name="newsettings[httpproxy_port]" value="<?php echo $current_config["httpproxy_port"]; ?>"></td>
</tr>
<tr bgcolor="e6e6e6">
<td>Enter the title for your site.</td>
<td><input name="newsettings[site_title]" value="<?php echo $current_config["site_title"]; ?>"></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>