Explorar el Código

Update README.md

Thomas Leister hace 9 años
padre
commit
ef7b0c8814
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -221,7 +221,7 @@ Please check if your config.inc.php fits the current requirements by comparing y
 By default WebMUM uses SHA512-CRYPT password scheme. It cloud be change in the config file to SHA256-CRYPT or BLOWFISH-CRYPT.
 
 	 /*
-	 * Select on of the following schemas (only these are supported)
+	 * Select one of the following algorithms
 	 * SHA-512, SHA-256, BLOWFISH
 	 */
 	define("PASS_HASH_SCHEMA", "SHA-512");