mirror of
https://github.com/webmin/webmin.git
synced 2026-06-30 23:50:41 +01:00
use get_paths, as it supports the case where the webmin user isn't a unix user
This commit is contained in:
@@ -5,7 +5,7 @@ use lib './lib';
|
||||
|
||||
&ReadParse();
|
||||
|
||||
switch_to_remote_user();
|
||||
&get_paths();
|
||||
|
||||
$confdir = "$remote_user_info[7]/.filemin";
|
||||
if(!-e $confdir) {
|
||||
|
||||
Reference in New Issue
Block a user