AlkantarClanX12

Your IP : 216.73.217.128


Current Path : /var/www/ispconfig/help/list/
Upload File :
Current File : //var/www/ispconfig/help/list/faq_list.php

<?php

// Name of the list
$liste['name'] = 'help_faq';

// Database table
$liste['table'] = 'help_faq';

// Index index field of the database table
$liste['table_idx'] = 'hf_id';

// Search Field Prefix
//$liste['search_prefix'] = 'search_';

// Records per page
$liste['records_per_page']= 100;

// Script File of the list
$liste['file'] = 'faq_manage_questions_list.php';

// Script file of the edit form
$liste['edit_file'] = 'faq_edit.php';

// Script File of the delete script
$liste['delete_file'] = 'faq_delete.php';

// Paging Template
$liste['paging_tpl'] = 'templates/paging.tpl.htm';

// Enable auth
$liste['auth'] = 'yes';

?>