#!/usr/local/bin/perl # edit_ftpusers.cgi # Lists users to be denied access require './proftpd-lib.pl'; &ui_print_header(undef, $text{'ftpusers_title'}, "", undef, undef, undef, undef, &restart_button()); print &text('ftpusers_desc', "$config{'ftpusers'}"),"

\n"; print "

\n"; print "
\n"; print "
\n"; &ui_print_footer("", $text{'index_return'});