#!/usr/local/bin/perl # conf_keys.cgi # Display options for other DNS servers require './bind8-lib.pl'; $access{'defaults'} || &error($text{'keys_ecannot'}); &ui_print_header(undef, $text{'keys_title'}, ""); $conf = &get_config(); @keys = ( &find("key", $conf), { } ); print "
\n"; &ui_print_footer("", $text{'index_return'});