Commit 70372c90b67bb55f72483fa21b5243bc495dc5c7
1 parent
4f993a8b
-Order module almost ready (need to add roles)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
components/SmsSender.php
... | ... | @@ -19,7 +19,7 @@ class SmsSender extends Component |
19 | 19 | $rate = 1; // скорость отправки сообщений (1 = 1 смс минута). Одиночные СМС сообщения отправляются всегда с максимальной скоростью. |
20 | 20 | $lifetime = 4; // срок жизни сообщения 4 часа |
21 | 21 | |
22 | - $source = 'rukzachok'; // Alfaname | |
22 | + $source = 'extremstyle'; // Alfaname | |
23 | 23 | $recipient = $tel; |
24 | 24 | $user = '380674064008'; |
25 | 25 | $password = 'smsartweb2012'; | ... | ... |