From 53ac5003dce605bdbb76a1ebc8150d6ff2440480 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Thu, 25 Jun 2015 01:23:42 +0000 Subject: [PATCH] --- admin/php/editortexto.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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