X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fgen_sql_patches.php;h=8c54d294aa7a71699516dd038989f031b20b2d27;hp=467e4b4ecb735cc4cfe693174516a5cd2fb8b8bf;hb=7ca7fc19533794f4cec43d8e9767d1c137148a8a;hpb=7f104f6fe558bb56b4205241435a2357c2feece1 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