Handle hostnames with upper-case letters
[webmin.git] / feedback.cgi
index 27f7d2b..72da72f 100755 (executable)
@@ -5,6 +5,9 @@ BEGIN { push(@INC, ".."); };
 use WebminCore;
 
 &init_config();
+if (&get_product_name() eq 'usermin') {
+       &switch_to_remote_user();
+       }
 &ReadParseMime();
 &error_setup($text{'feedback_err'});
 %access = &get_module_acl();