]> git.mxchange.org Git - hub.git/blobdiff - application/hub/init.php
'scrypt' is better now a "feature" which needs to be tested and enabled in a pre...
[hub.git] / application / hub / init.php
index 548d5172ed4c5ba112e3357e7699d5736079ddc4..8699bacb7325fb13047c34e8bb0420bd571102fb 100644 (file)
@@ -37,5 +37,8 @@ require($cfg->getConfigEntry('base_path') . 'inc/database.php');
 // Get own internal address and set it in config
 $cfg->setConfigEntry('internal_address', HubTools::determineOwnInternalAddress());
 
+// By default scrypt is assumed (and later tested) NOT being there
+$cfg->setConfigEntry('extension_scrypt_loaded', FALSE);
+
 // [EOF]
 ?>