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