Explorar o código

Update config.inc.php

Malte Kiefer %!s(int64=9) %!d(string=hai) anos
pai
achega
4a8d5d7729
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      config/config.inc.php

+ 1 - 1
config/config.inc.php

@@ -62,7 +62,7 @@ $admins = array("admin@domain.tld");
  * SHA-512, SHA-256, BLOWFISH, EXT_DES
  * For secruity reasons, choose one of the first 3 schemas
  */
- define("PASS_HASH_SCHEMA", "SHA-512");
+define("PASS_HASH_SCHEMA", "SHA-512");
  
 //minimum password length
 define("MIN_PASS_LENGTH", 8);