]> git.mxchange.org Git - hub.git/blobdiff - application/hub/init.php
Moved some code to BaseListener and called it + updated 'core'.
[hub.git] / application / hub / init.php
index 8699bacb7325fb13047c34e8bb0420bd571102fb..1c750dc767578fcc8de7ab8ad209ff0151a469a1 100644 (file)
@@ -37,7 +37,7 @@ 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
+// By default scrypt is assumed absent and later tested being there
 $cfg->setConfigEntry('extension_scrypt_loaded', FALSE);
 
 // [EOF]