-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix rc_sms_notification.php #11
Comments
Just ensure that the $ignoreAuth flag is placed within the cli if code block (so that non-cli use still requires authentication) |
Just took a look at that code. Should wrap the entire cli specific code block that is near top within the following if block:
|
This is still broken -- specifically this line: |
lol. i've looked at this a hundred times, umm what's the difference. |
@sjpadgett quotation marks -- php errored on my end with those -- woops |
Okay make ya a deal. You fix in 6.0 and i'll do 5.0.2 for patch 4. I'm in the middle of 5.0.2 fixes now. |
This file can't be run through cron at the moment. To fix I added the following lines:
$ignoreAuth = 1; $_SERVER[‘HTTP_HOST’] = ‘localhost’;
The text was updated successfully, but these errors were encountered: