mirror of
https://github.com/webmin/webmin.git
synced 2026-02-09 08:42:20 +00:00
10 lines
222 B
Perl
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";
|