refill_weit.php 145 B

1234567
  1. <?php
  2. require_once(BASE_HELPER_PATH . '/refill/RefillFactory.php');
  3. refill\RefillFactory::instance()->notify('weit',$_POST);
  4. echo ('success');