diff --git a/vendor/phangoapp/leviathanutils/src/Linux.php b/vendor/phangoapp/leviathanutils/src/Linux.php index cf28cce..dc18146 100644 --- a/vendor/phangoapp/leviathanutils/src/Linux.php +++ b/vendor/phangoapp/leviathanutils/src/Linux.php @@ -97,7 +97,7 @@ class Linux { if($password!='') { - $hash=crypt($password, '$6$rounds=6000$'.\PhangoApp\PhaUtils\Utils\generate_random_password(10).'$'); + $hash=crypt($password, '$6$rounds=6000$'.\PhangoApp\PhaUtils\Utils::generate_random_password(10).'$'); $str_user.=" -p \"${hash}\"";