Add commented attempt to autolocate the script's full base path
for use lib; commented bits fail due to taint mode. *sigh*
Add ACL checks for domain edit, create, and delete. Generalize
error message handling so that we don't get "Error deleting
domain: You don't have permission to add a domain"-ish messages.
Trim some code after a changepage() call (since it issues a 302
redirect and exits...)
Add ACL checks for record edit, create, and delete. Apply similar
error-message handling fixups as done with domain processing.