tbrehm
2008-01-08 7ea3df9a2c436e6ab87756c52cd8548c50baa63e
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;
}