Commit 363186d916325d100de4e2e06e7c5af5639e117e
1 parent
f58b558a
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
testainstal.php
... | ... | @@ -60,7 +60,7 @@ include_once("admin/php/admin.php"); |
60 | 60 | include_once("admin/php/conexao.php"); |
61 | 61 | |
62 | 62 | if($i3geomaster[0]["usuario"] == "admin" && $i3geomaster[0]["senha"] == "admin" ){ |
63 | - echo "<p style='color:red;font-size:14px'>ATENÇÃO!!! Sua segurança esta vulnerável: edite o arquivo i3geo/ms_configura.php e altere o login e senha da variável i3geomaster"; | |
63 | + echo "<p style='color:red;font-size:14px'>ATENÇÃO!!! Sua segurança esta vulnerável: edite o arquivo i3geo/ms_configura.php e altere o login e senha da variável i3geomaster</p><br><br>"; | |
64 | 64 | } |
65 | 65 | |
66 | 66 | if(empty($_POST["senha"]) || empty($_POST["usuario"])){ | ... | ... |