commit | author | age
|
0ba7fb
|
1 |
<?php
|
R |
2 |
require_once('../../lib/config.inc.php');
|
|
3 |
require_once('../../lib/app.inc.php');
|
|
4 |
|
|
5 |
/******************************************
|
|
6 |
* Begin Form configuration
|
|
7 |
******************************************/
|
|
8 |
|
|
9 |
$list_def_file = "list/dns_template.list.php";
|
|
10 |
|
|
11 |
/******************************************
|
|
12 |
* End Form configuration
|
|
13 |
******************************************/
|
|
14 |
|
|
15 |
//* Check permissions for module
|
|
16 |
$app->auth->check_module_permissions('dns');
|
|
17 |
|
|
18 |
$app->uses('listform_actions');
|
|
19 |
// $app->listform_actions->SQLExtWhere = "access = 'REJECT'";
|
|
20 |
|
|
21 |
$app->listform_actions->onLoad();
|
|
22 |
|
|
23 |
|
13d323
|
24 |
?> |