JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr#!/usr/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'}");