From c3859c5257d42fd60185518609df52dfd65518b3 Mon Sep 17 00:00:00 2001
From: pedro_morgan <pedro_morgan@ispconfig3>
Date: Tue, 21 Aug 2007 15:02:42 -0400
Subject: [PATCH] Removing innecessary double quotes - speed
---
interface/web/help/support_message_list.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/interface/web/help/support_message_list.php b/interface/web/help/support_message_list.php
index 5fc45e5..ce990e4 100644
--- a/interface/web/help/support_message_list.php
+++ b/interface/web/help/support_message_list.php
@@ -6,8 +6,8 @@
$list_def_file = "list/support_message.list.php";
//* Check the module permissions
-if(!stristr($_SESSION["s"]["user"]["modules"],'help')) {
- header("Location: ../index.php");
+if(!stristr($_SESSION['s']['user']["modules"], 'help')) {
+ header('Location: ../index.php');
exit;
}
--
Gitblit v1.9.1