Removed if localhost - #3276

Former-commit-id: 67de83efe6a6c7aa4458beb226091df0d6ec21e7
This commit is contained in:
tatiana.llorente@artica.es 2018-12-17 14:48:16 +01:00
parent b25686713d
commit 814c89a9a9
1 changed files with 1 additions and 8 deletions

View File

@ -663,14 +663,7 @@ function install_step3() {
value='".dirname (__FILE__)."'>
<tr>";
if ($_SERVER['SERVER_ADDR'] == 'localhost' || $_SERVER['SERVER_ADDR'] == '127.0.0.1') {
echo "<td valign=top>
Drop Database if exists<br>
<input class='login' type='checkbox' name='drop' value=1>
";
} else {
echo "<td>";
}
echo "<td>";
echo "<td>URL path to Pandora FMS Console<br>
<span style='font-size: 9px'>For example '/pandora_console'</span>
</br>