Adds config file notice

This commit is contained in:
Thomas Leister 2016-02-18 11:41:14 +01:00
parent ac7b4172a9
commit 9dad71e647

View file

@ -1,5 +1,12 @@
<?php
/* DO NOT EDIT THIS FILE!
Instead, copy this config file to config.inc.php and make your changes
in the copied version. This is just a template!
*/
/*
* MySQL server and database settings
*/
@ -71,7 +78,7 @@ $admins = array("admin@domain.tld");
* SHA-512, SHA-256, BLOWFISH
*/
define("PASS_HASH_SCHEMA", "SHA-512");
//minimum password length
define("MIN_PASS_LENGTH", 8);