#!/usr/local/bin/perl # edit_syslet.cgi # Configure the automatic download and install of Eazel syslets require './webmin-lib.pl'; &ReadParse(); &ui_print_header(undef, $text{'syslet_title'}, ""); print $text{'syslet_desc'},"
\n"; print "
\n"; print "\n"; &get_miniserv_config(\%miniserv); $auto = ($miniserv{'error_handler_404'} eq '/eazel_download_module.cgi'); print "\n"; printf "\n", $auto ? '' : 'checked', $text{'no'}; print "\n"; print "\n"; print "
$text{'syslet_auto'} %s\n", $auto ? 'checked' : '', $text{'yes'}; printf " %s
$text{'syslet_base'}
\n"; print "
\n"; &ui_print_footer("", $text{'index_return'});