]> git.mxchange.org Git - hub.git/blobdiff - application/hub/init.php
Continued a bit:
[hub.git] / application / hub / init.php
index 1c750dc767578fcc8de7ab8ad209ff0151a469a1..548d5172ed4c5ba112e3357e7699d5736079ddc4 100644 (file)
@@ -37,8 +37,5 @@ 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 absent and later tested being there
-$cfg->setConfigEntry('extension_scrypt_loaded', FALSE);
-
 // [EOF]
 ?>