tbrehm
2007-08-21 c5a08eeb6a5653b953f23c69147aeb52da9d66bc
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;
}