X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmysql-connect.php;h=eaa939dc584e815308a8679cf361bee6af90e78f;hp=09c836ba704d2e53a9c0bbf73e38284134eba1ae;hb=a975001c8e332a6af3513ea57e9acebeaadf1640;hpb=3396ef5550610949a8ecb01beb333da547cd619b diff --git a/inc/mysql-connect.php b/inc/mysql-connect.php index 09c836ba70..eaa939dc58 100644 --- a/inc/mysql-connect.php +++ b/inc/mysql-connect.php @@ -112,15 +112,6 @@ if ((!isInstalling()) && (!isInstallationPhase())) { // Run the init filter chain runFilterChain('init'); - // Is the extension sql_patches installed and at least 0.3.6? - if ((isExtensionActive('sql_patches')) && (getExtensionVersion('sql_patches') >= '0.3.6')) { - // Generate random number - setConfigEntry('RAND_NUMBER', generateRandomCode(10, mt_rand(10000, 32766), getUserId(), '')); - } else { - // Generate weak (!!!) code - setConfigEntry('RAND_NUMBER', mt_rand(1000000, 9999999)); - } - // Check module for permissions $checkModule = checkModulePermissions();