diff --git a/vendor/phangoapp/leviathanutils/src/Linux.php b/vendor/phangoapp/leviathanutils/src/Linux.php index 651a607..cf28cce 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}\"";