1- <?php
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_soa.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-
1+ <?php
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_soa.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 ->SQLOrderBy = 'ORDER BY origin ' ;
22+ $ app ->listform_actions ->onLoad ();
23+
24+
2425?>
0 commit comments