ayHaru %!s(int64=4) %!d(string=hai) anos
pai
achega
aca612bad5
Modificáronse 1 ficheiros con 1 adicións e 4 borrados
  1. 1 4
      mobile/refill_weit.php

+ 1 - 4
mobile/refill_weit.php

@@ -2,9 +2,6 @@
 
 require_once(BASE_HELPER_PATH . '/refill/RefillFactory.php');
 
-$content = $_SERVER['post_content'];
-$input = json_decode($content,true);
-
-refill\RefillFactory::instance()->notify('weit',$input);
+refill\RefillFactory::instance()->notify('weit',$_POST);
 
 echo ('success');