mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 03:05:55 +00:00
* Use single quotes in config.php when when defining database values so PHP doesn't interpret `$` as a variable (mostly for the password constant). * Use `addcslashes` instead of `addslashes` and only escape backslash and single quotes. * Do not convert DB_PORT to integer if leaving it blank (the default).
7.2 KiB
7.2 KiB