From 5660a5deb46354ef823e5e8279bca13de031ff47 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mart=C3=ADn=20Marrese?= Date: Mon, 17 May 2004 17:07:26 +0000 Subject: [PATCH] Se modifica el nombre del archivo de constantes incluido. --- sistema/www/servicios/dto/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sistema/www/servicios/dto/index.php b/sistema/www/servicios/dto/index.php index ec19f35..1a52b7a 100644 --- a/sistema/www/servicios/dto/index.php +++ b/sistema/www/servicios/dto/index.php @@ -10,7 +10,7 @@ require_once 'HTML_DietMarco.php'; require_once 'MECON/HTML/Tabla.php'; require_once 'SAMURAI/Perm.php'; require_once 'Encuestas/Encuesta.php'; -require_once '/var/www/sistemas/encuestas/sistema/local_lib/constantes.php'; +require_once '/var/www/sistemas/encuestas/sistema/local_lib/permisos.php'; if(!isset($_SESSION['usuario'])){ header('Location: ../../servicios.php'); -- 2.43.0