Commit 363186d916325d100de4e2e06e7c5af5639e117e

Authored by Edmar Moretti
1 parent f58b558a

--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,7 +60,7 @@ include_once("admin/php/admin.php");
60 include_once("admin/php/conexao.php"); 60 include_once("admin/php/conexao.php");
61 61
62 if($i3geomaster[0]["usuario"] == "admin" && $i3geomaster[0]["senha"] == "admin" ){ 62 if($i3geomaster[0]["usuario"] == "admin" && $i3geomaster[0]["senha"] == "admin" ){
63 - echo "<p style='color:red;font-size:14px'>ATEN&Ccedil;&Atilde;O!!! Sua seguran&ccedil;a esta vulner&aacute;vel: edite o arquivo i3geo/ms_configura.php e altere o login e senha da vari&aacute;vel i3geomaster"; 63 + echo "<p style='color:red;font-size:14px'>ATEN&Ccedil;&Atilde;O!!! Sua seguran&ccedil;a esta vulner&aacute;vel: edite o arquivo i3geo/ms_configura.php e altere o login e senha da vari&aacute;vel i3geomaster</p><br><br>";
64 } 64 }
65 65
66 if(empty($_POST["senha"]) || empty($_POST["usuario"])){ 66 if(empty($_POST["senha"]) || empty($_POST["usuario"])){