diff --git a/admin/communication.php b/admin/communication.php index 5e0c17d..43d77ae 100644 --- a/admin/communication.php +++ b/admin/communication.php @@ -180,7 +180,7 @@ fputs($fp,$_GET['to']."\n"); fclose($fp); - system("echo \"/usr/local/bin/php -q send_communication.php ".$_GET['reallysend']."\" | at +1 minute"); + system("echo \"/usr/local/bin/php -q send_communication.php ".$_GET['reallysend']."\" | at now +1 minute"); echo "
"; echo happy("Email Communication sending has started!");