mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
This script is in the root directory
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user