Update Octopush.php (#975)
With the low cost default value, SMS are sometimes received many hours after. For a monitoring software, this has no sense, we need to be sure to receive the alert by SMS instantly to repair the problem as quick as possible. Otherwise, SMS is useless, email is free and good enough. Moreover, the price difference between low cost and premium is small.pull/981/head
parent
d0f5d18fc4
commit
ba0fa251e9
|
@ -59,7 +59,7 @@ class Octopush extends Core
|
|||
{
|
||||
$error = "";
|
||||
$success = 1;
|
||||
$smsType = "XXX"; //FR = premium, WWW = world, XXX = Low cost
|
||||
$smsType = "FR"; //FR = premium, WWW = world, XXX = Low cost
|
||||
|
||||
$recipients = join(',', $this->recipients);
|
||||
|
||||
|
|
Loading…
Reference in New Issue