From c1d696eab2ecc4f0f91713d78b1e1fdfdf450c13 Mon Sep 17 00:00:00 2001
From: fbsanchez <fborja.sanchez@artica.es>
Date: Mon, 29 Aug 2016 12:54:22 +0200
Subject: [PATCH] Fixed minor issue: url of image resource while installing

---
 pandora_console/install.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pandora_console/install.php b/pandora_console/install.php
index 613aa114e7..e9c73647b8 100644
--- a/pandora_console/install.php
+++ b/pandora_console/install.php
@@ -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://aero/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='http://" . $_SERVER['SERVER_ADDR'] . "/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>";