refill_sialan.php 129 B

123456
  1. <?php
  2. refill\util::push_notify('sialan',$_POST);
  3. $reponse = ["status" => "success"];
  4. $body = json_encode($reponse);
  5. echo($body);