This script is in the root directory

This commit is contained in:
Jamie Cameron
2019-08-17 16:44:54 -07:00
parent c98d49b198
commit e89ffcfa69

View File

@@ -2,7 +2,7 @@
# password_change.cgi
# Actually update a user's password by directly modifying /etc/shadow
BEGIN { push(@INC, ".."); };
BEGIN { push(@INC, "."); };
use WebminCore;
$ENV{'MINISERV_INTERNAL'} || die "Can only be called by miniserv.pl";