Files
webmin/sshd/edit_sync.cgi.bak
2007-04-12 20:24:50 +00:00

10 lines
222 B
Perl

#!/usr/local/bin/perl
# edit_sync.cgi
# Display options for the automatic setting up of SSH for new users
require './sshd-lib.pl';
&header($text{'sync_title'}, "");
print "<hr>\n";
print "<form action=save_sync.cgi>\n";