Why does phplist instructions ask me to add the config file path to the cron?

Why does the example on the RSSFeed plugin instructions instruct me to add the path to the config file in the cron? Is that really needed to run it?

https://resources.phplist.com/plugin/rssfeed

php /home/xxx/public_html/lists/admin/index.php -p get -m RssFeedPlugin -c /home/xxx/public_html/lists/config/config.php

@mrmckoy That was a necessary parameter until the current release of phplist. Now it is needed only if the config file isn’t in the default location of the config directory.

1 Like

Thank you. I do have things configured differently for security. Appreaciated!