Skip to content

Commit

Permalink
disable sms debug
Browse files Browse the repository at this point in the history
  • Loading branch information
voitto committed Oct 22, 2008
1 parent 2943642 commit 2537b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/plugins/sms_notice.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ function broadcast_sms_notice( &$model, &$rec ) {
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, $parameters );
$response = curl_exec($ch);
echo $response; exit;
//echo $response; exit;
curl_close($ch);

}
Expand Down

0 comments on commit 2537b69

Please sign in to comment.