Posted by: RLibiez Mar 1, 2008, 12:07 pm
PDNS-Admin 1.1.5 has been released, with several significant improvements and updates.
Changes for 1.1.5:
* Removed the unused chmod function. Files should be manually altered if needed.
* User's last logon IP was not updated from the index page login check.
* Changed variable names throughout the program to reflect pdnsadmin instead of QSF.
* Settable number of domains to display per page.
* Settable number of records to display per page.
* Added support for LOC, SRV, NAPTR, and SPF records. No validation in place yet!
* Settable default SOA record values in AdminCP.
* Optional to insert MX, NS, and CNAME records when a domain is created.
* Added support for configuring supermasters.
As a result of these changes, the settings.php file configured for your site needs to be altered as well. The top portion containing the HTTP 403 error block needs to be changed to look like this:
If this change is not made, the site will fail to load.
Changes for 1.1.5:
* Removed the unused chmod function. Files should be manually altered if needed.
* User's last logon IP was not updated from the index page login check.
* Changed variable names throughout the program to reflect pdnsadmin instead of QSF.
* Settable number of domains to display per page.
* Settable number of records to display per page.
* Added support for LOC, SRV, NAPTR, and SPF records. No validation in place yet!
* Settable default SOA record values in AdminCP.
* Optional to insert MX, NS, and CNAME records when a domain is created.
* Added support for configuring supermasters.
As a result of these changes, the settings.php file configured for your site needs to be altered as well. The top portion containing the HTTP 403 error block needs to be changed to look like this:
if (!defined('PDNSADMIN')) {
header('HTTP/1.0 403 Forbidden');
die;
}
If this change is not made, the site will fail to load.
Comments:

