From 7be03cefbe83c6a333da3f3250f4dfad2d242857 Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Sun, 9 Aug 2020 19:03:58 +0200 Subject: [PATCH] Update config.php --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index 18c286d..2257f39 100644 --- a/config.php +++ b/config.php @@ -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" ); \ No newline at end of file