From 3504abec909c06cd42eaa32fced7a350c8b3e925 Mon Sep 17 00:00:00 2001
From: xaver <xaver@ispconfig3>
Date: Thu, 15 Sep 2011 17:21:48 -0400
Subject: [PATCH] removed useless br tags
---
interface/web/help/faq_list.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/interface/web/help/faq_list.php b/interface/web/help/faq_list.php
index ff3ad37..96d281a 100644
--- a/interface/web/help/faq_list.php
+++ b/interface/web/help/faq_list.php
@@ -8,8 +8,8 @@
// Check the module permissions
if(!stristr($_SESSION['s']['user']['modules'],'help')) {
- header('Location: ../index.php');
- die();
+ header('Location: ../index.php');
+ die();
}
// Loading the class
--
Gitblit v1.9.1