From ad189981bfbcd2757a660a1ccb2ea452f486b50b Mon Sep 17 00:00:00 2001 From: nuxsmin Date: Wed, 5 Feb 2014 17:48:15 +0100 Subject: [PATCH] Check access for App Management Menu --- inc/tpl/main.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/tpl/main.php b/inc/tpl/main.php index 841a4806..d283e629 100644 --- a/inc/tpl/main.php +++ b/inc/tpl/main.php @@ -52,7 +52,7 @@ $chpass = ( ! isset($_SESSION['uisldap']) || $_SESSION['uisldap'] == 0 ) ? ' 'accsearch', 'title' => _('Buscar'), 'img' => 'search.png', 'checkaccess' => 0), array('name' => 'accnew', 'title' => _('Nueva Cuenta'), 'img' => 'add.png', 'checkaccess' => 1), array('name' => 'usersmenu', 'title' => _('Gestión de Usuarios'), 'img' => 'users.png', 'checkaccess' => 1), - array('name' => 'appmgmtmenu', 'title' => _('Gestión de Clientes y Categorías'), 'img' => 'appmgmt.png', 'checkaccess' => 0), + array('name' => 'appmgmtmenu', 'title' => _('Gestión de Clientes y Categorías'), 'img' => 'appmgmt.png', 'checkaccess' => 1), array('name' => 'configmenu', 'title' => _('Configuración'), 'img' => 'config.png', 'checkaccess' => 1), array('name' => 'eventlog', 'title' => _('Registro de Eventos'), 'img' => 'log.png', 'checkaccess' => 1) ); @@ -72,4 +72,4 @@ $chpass = ( ! isset($_SESSION['uisldap']) || $_SESSION['uisldap'] == 0 ) ? ' -
\ No newline at end of file +