mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
changed the link() and webserver_url to return the entire path
This commit is contained in:
parent
1db613d9ed
commit
edc4f81776
@ -23,7 +23,7 @@
|
||||
</tr>
|
||||
|
||||
<tr bgcolor="486591">
|
||||
<td colspan="2"><font color="fefefe"> <b>Server information</b></font></td>
|
||||
<td colspan="2"><font color="fefefe"> <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>
|
||||
|
Loading…
Reference in New Issue
Block a user