fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [9289] sms: spoofing


From: Sigurd Nes
Subject: [Fmsystem-commits] [9289] sms: spoofing
Date: Mon, 07 May 2012 08:02:54 +0000

Revision: 9289
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9289
Author:   sigurdne
Date:     2012-05-07 08:02:53 +0000 (Mon, 07 May 2012)
Log Message:
-----------
sms: spoofing

Modified Paths:
--------------
    trunk/sms/inc/plugin/gateway/bergen_kommune/SmsService.php
    trunk/sms/inc/plugin/gateway/bergen_kommune/send.php

Modified: trunk/sms/inc/plugin/gateway/bergen_kommune/SmsService.php
===================================================================
--- trunk/sms/inc/plugin/gateway/bergen_kommune/SmsService.php  2012-05-06 
19:33:38 UTC (rev 9288)
+++ trunk/sms/inc/plugin/gateway/bergen_kommune/SmsService.php  2012-05-07 
08:02:53 UTC (rev 9289)
@@ -112,6 +112,11 @@
                 * @access public
                 * @var string
                 */
+               public $tlfavsender;
+               /**
+                * @access public
+                * @var string
+                */
                public $tekst;
                /**
                 * @access public

Modified: trunk/sms/inc/plugin/gateway/bergen_kommune/send.php
===================================================================
--- trunk/sms/inc/plugin/gateway/bergen_kommune/send.php        2012-05-06 
19:33:38 UTC (rev 9288)
+++ trunk/sms/inc/plugin/gateway/bergen_kommune/send.php        2012-05-07 
08:02:53 UTC (rev 9289)
@@ -40,6 +40,7 @@
                        $Melding = new Melding();
 
                        $Melding->tlfmottaker   = (string)$sms_to;
+                       $Melding->tlfavsender   = 
(string)$GLOBALS['phpgw_info']['sms_config']['common']['gateway_number'];
                        $Melding->orgnr                 = (string)$orgnr;
                        $Melding->tekst                 = (string)$sms_msg;
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]