ayHaru před 4 roky
rodič
revize
aca612bad5
1 změnil soubory, kde provedl 1 přidání a 4 odebrání
  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');