Question about cURL and remote processing in 3.0.12

Our queue has been run via cron-called PHP script that does some business before processing the queue via cURL executing the following:
(where the login and password were obtained earlier from a hidden file).
Since upgrading from 3.0.10 to 3.0.12, it doesn't work.
Do I simply need to change the cURL process to the following?
- Code: Select all
http://www.domain.org/lists/admin/index.php?page=pageaction&action=processqueue&login=[ ]&password=[ ];
(where the login and password were obtained earlier from a hidden file).
Since upgrading from 3.0.10 to 3.0.12, it doesn't work.
Do I simply need to change the cURL process to the following?
- Code: Select all
http://www.domain.org/lists/admin/index.php?page=pageaction&action=processqueue&secret=[ ];