Blame view

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