From 66c3bc24f069a2854bdf1eeebb6dcb51f6ef0afb Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 28 Oct 2009 14:30:28 -0400 Subject: [PATCH] Implemented: FS#757 - Add "custom" option to transports --- interface/web/client/client_template_list.php | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/interface/web/client/client_template_list.php b/interface/web/client/client_template_list.php index 85e3ee2..093de6e 100644 --- a/interface/web/client/client_template_list.php +++ b/interface/web/client/client_template_list.php @@ -14,7 +14,6 @@ //* Check permissions for module $app->auth->check_module_permissions('client'); - if(!$_SESSION["s"]["user"]["typ"] == 'admin') die('Client-Templates are only for Admins.'); $app->uses('listform_actions'); -- Gitblit v1.9.1