1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-01 07:14:44 +02:00
Files
php-rss-bridge/docs/02_CLI
Jan Tojnar 5b5f3b4254 Do not use constants for configuration (#2938)
* docs: Do not use constant names when referring to config options

The options are customizable using a config file and no longer hardcoded in index.php since 8ac8e08abf

* Do not use constants for configuration

Since <8ac8e08abf>, they are just set to the configuration object values.
2022-07-24 19:26:12 +02:00
..