latham
2011-05-25 f99b37f56dad8e3a1f844f8d3b33ee1ba4b86d62
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