Quellcode durchsuchen

Adds config file notice

Thomas Leister vor 9 Jahren
Ursprung
Commit
9dad71e647
1 geänderte Dateien mit 8 neuen und 1 gelöschten Zeilen
  1. 8 1
      config/config.inc.php.example

+ 8 - 1
config/config.inc.php.example

@@ -1,5 +1,12 @@
 <?php
 <?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
  * MySQL server and database settings
  */
  */
@@ -71,7 +78,7 @@ $admins = array("admin@domain.tld");
  * SHA-512, SHA-256, BLOWFISH
  * SHA-512, SHA-256, BLOWFISH
  */
  */
 define("PASS_HASH_SCHEMA", "SHA-512");
 define("PASS_HASH_SCHEMA", "SHA-512");
- 
+
 //minimum password length
 //minimum password length
 define("MIN_PASS_LENGTH", 8);
 define("MIN_PASS_LENGTH", 8);