diff --git a/admin/php/editortexto.php b/admin/php/editortexto.php index 8a1ba9b..ef17c12 100644 --- a/admin/php/editortexto.php +++ b/admin/php/editortexto.php @@ -66,6 +66,8 @@ body { $_POST["texto"] = ""; } include_once(dirname(__FILE__)."/login.php"); + $versao = versao(); + $versao = $versao["principal"]; //pega a extensao geografica if(isset($base) && $base != ""){ if(file_exists($base)){ @@ -104,7 +106,6 @@ body { } - if(verificaOperacaoSessao("admin/php/editortexto") == false){ echo "Vc nao pode realizar essa operacao.";exit; } -- libgit2 0.21.2