Update config.php

This commit is contained in:
Kumi 2020-08-09 19:03:58 +02:00
parent 90c9d913b1
commit 7be03cefbe

View file

@ -10,7 +10,7 @@ return array(
"db_user" => "myusername",
"db_pass" => "myverysecretpassword",
# Salt for password hashing
# Salt for session token hashing
"salt" => "insert a really long random string here"
);