mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Remove obsolete script
This commit is contained in:
@@ -46,7 +46,7 @@ $vers || usage();
|
||||
"config-openbsd",
|
||||
"config-macos", "LICENCE",
|
||||
"session_login.cgi", "acl_security.pl",
|
||||
"defaultacl", "rpc.cgi", "date_chooser.cgi", "switch_skill.cgi",
|
||||
"defaultacl", "rpc.cgi", "date_chooser.cgi",
|
||||
"safeacl", "install-module.pl", "LICENCE.ja",
|
||||
"favicon.ico", "config-netbsd", "fastrpc.cgi",
|
||||
"defaulttheme", "feedback.cgi", "feedback_form.cgi",
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
#!/usr/local/bin/perl
|
||||
# switch_skill.cgi
|
||||
# Change the skill level of the current user
|
||||
|
||||
BEGIN { push(@INC, "."); };
|
||||
use WebminCore;
|
||||
|
||||
&init_config();
|
||||
&ReadParse();
|
||||
$gconfig{'skill_'.$base_remote_user} = $in{'skill'};
|
||||
&write_file("$config_directory/config", \%gconfig);
|
||||
&redirect("/?cat=$in{'cat'}");
|
||||
|
||||
Reference in New Issue
Block a user