tbrehm
2012-11-06 9eba7b9fb31abc7bc489b0f6f9c7ea582c0c03fc
interface/web/help/faq_delete.php
@@ -1,7 +1,7 @@
<?php
// From and List definition files
$list_def_file = 'list/faq_list.php';
$list_def_file = 'list/faq_manage_questions_list.php';
$tform_def_file = 'form/faq.tform.php';
// Include the base libraries
@@ -10,8 +10,8 @@
// Check module permissions
if(!stristr($_SESSION['s']['user']['modules'],'help')) {
    header('Location: ../index.php');
    die;
   header('Location: ../index.php');
   die;
}
// Load the form