start_send.php 87 Bytes
<?php
  $objSend->startSendUsers();
  header("location:{$_SERVER['HTTP_REFERER']}");
?>