Fixed minor issue: url of image resource while installing

changed IP reference to global reference

(cherry picked from commit 5acdabe5f2647f243a75d00bc2bcdda4577fc12e)
This commit is contained in:
fbsanchez 2016-08-29 13:14:50 +02:00
parent 61a0464e5b
commit 3777a50abb

@ -714,7 +714,7 @@ function install_step3() {
// the field dbgrant is only shown when the DB host is different from 127.0.0.1 or localhost
echo "<tr id='tr_dbgrant' style='display:none;'>
<td colspan=\"2\">DB Host Access <img style='cursor:help;' src='http://" . $_SERVER['SERVER_ADDR'] . "/pandora_console/images/tip.png' title='Ignored if DB Hostname is localhost or 127.0.0.1'/><br>
<td colspan=\"2\">DB Host Access <img style='cursor:help;' src='/pandora_console/images/tip.png' title='Ignored if DB Hostname is localhost or 127.0.0.1'/><br>
<input class='login' type='text' name='dbgrant' value='" . $_SERVER['SERVER_ADDR'] . "' size=20>
</td>
</tr>";