Created
August 8, 2013 07:49
-
-
Save melo/6182482 to your computer and use it in GitHub Desktop.
Make up your mind, please...
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if ($config->{sms_notifications_enabled}) { | |
$log->warn("SMS notifications are disabled, use ENV ENABLE_SMS_NOTIFICATIONS to enable") | |
unless $config->{i_know_sms_notifications_are_disabled_please_leave_me_alone}; | |
return; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment