Blame view

modules/admin/send/end_send.php 85 Bytes
42868d70   andryeyev   Создал GIT
1
2
3
4
  <?php
    $objSend->endSendUsers();
    header("location:{$_SERVER['HTTP_REFERER']}");
  ?>