Handle hostnames with upper-case letters
[webmin.git] / switch_skill.cgi
index 0b02dd1..9c9ae87 100755 (executable)
@@ -2,7 +2,9 @@
 # switch_skill.cgi
 # Change the skill level of the current user
 
-require './web-lib.pl';
+BEGIN { push(@INC, ".."); };
+use WebminCore;
+
 &init_config();
 &ReadParse();
 $gconfig{'skill_'.$base_remote_user} = $in{'skill'};