X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fgen_sql_patches.php;h=8c54d294aa7a71699516dd038989f031b20b2d27;hb=bfe24b8d5abcc23e3330580c3ffbeab93166b29b;hp=467e4b4ecb735cc4cfe693174516a5cd2fb8b8bf;hpb=07a07340291a560c3da7715d4d51c9b2f0d2adf2;p=mailer.git diff --git a/inc/gen_sql_patches.php b/inc/gen_sql_patches.php index 467e4b4ecb..8c54d294aa 100644 --- a/inc/gen_sql_patches.php +++ b/inc/gen_sql_patches.php @@ -77,7 +77,7 @@ if (empty($_CONFIG['file_hash'])) { if ($fp != false) { // Could write to secret file! So let's generate the secret key... // 1. Count of chars to be taken from back of the string - $nums = rand(40, 45); + $nums = mt_rand(40, 45); // 2. Generate secret key from a randomized string $secretKey = substr(generateHash(GEN_PASS(rand(128, 256))), -$nums); // 3. Write the key to the file