<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,8 +4,8 @@ global $request;
 
 function mobile_event( &amp;$vars ) {
   
-  if (!($_SERVER['REMOTE_ADDR'] == '204.244.102.2'))
-    trigger_error('Sorry but your IP address is unlike the Zeep server',E_USER_ERROR);
+ // if (!($_SERVER['REMOTE_ADDR'] == '204.244.102.2'))
+ //   trigger_error('Sorry but your IP address is unlike the Zeep server',E_USER_ERROR);
   
   extract($vars);
   
@@ -33,21 +33,16 @@ function mobile_event( &amp;$vars ) {
     $response = &quot;&quot;;
     
   } else {
-    $response = &quot;Welcome to &quot;.environment('site_title');  
+    $response = &quot;Welcome &quot;.$_SERVER['REMOTE_ADDR'].&quot; to &quot;.environment('site_title');  
   }
   
-  $header = array(
-      &quot;Status: 200 OK&quot;,
-      &quot;Date: &quot;.gmdate(DATE_RFC822),
-      &quot;Content-Type: text/plain&quot;,
-      &quot;Content-Length: &quot; . strval(strlen($response))
-  );
-  
-  foreach ($header as $str)
-    header($str);
-  
-  echo substr($response,0,100);
-  
+  $data = substr($response,0,100);
+
+  header(&quot;Status: 200 OK&quot;);
+  header(&quot;Date: &quot;.gmdate(DATE_RFC822));
+  header(&quot;Content-Type: text/plain&quot;);
+  header(&quot;Content-Length: &quot; . strval(strlen($data)));
+  echo $data;  
   exit;
   
 }
@@ -148,4 +143,3 @@ function broadcast_sms_notice( &amp;$model, &amp;$rec ) {
   }
 }
 
-?&gt;
\ No newline at end of file</diff>
      <filename>app/omb/plugins/sms_notice.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0ddbbbdffc4dad30a46a9157417ec9cfb5f4f0de</id>
    </parent>
  </parents>
  <author>
    <name>Brian Hendrickson</name>
    <email>brian@brian-hendricksons-macbook-pro.local</email>
  </author>
  <url>http://github.com/voitto/openmicroblogger/commit/c0f2104bb7c88db35e90056c17059d0d4a8cc690</url>
  <id>c0f2104bb7c88db35e90056c17059d0d4a8cc690</id>
  <committed-date>2009-10-25T23:40:03-07:00</committed-date>
  <authored-date>2009-10-25T23:40:03-07:00</authored-date>
  <message>zeep mobile fix</message>
  <tree>221cc50659ae91dc5057ea8697df58871734ca3b</tree>
  <committer>
    <name>Brian Hendrickson</name>
    <email>brian@brian-hendricksons-macbook-pro.local</email>
  </committer>
</commit>
