After spending a couple of hours trying to find the best place to alter the number of results returned (some of my zones have hundreds of records), can someone suggest the best method to change what appears to be the default of 15 returned records to something like 100?
When I pull up the mydnsconfig page, I get Page 1 of 27 with 15 records per page. Is there a way to make that 15 a larger number?
While I'm a pretty lousy programmer, I'm not actually allergic to code. Is this likely just a LIMIT statement?
sorry for answering my own post, but for future reference, the setting appears to be in: mydnsconfig/web/dns/list# grep -r records_per_page ./* ./rr.list.php:$liste["records_per_page"] = 100; ./soa.list.php:$liste["records_per_page"] = 100;