Fix the broken sending emails -- aparently the "at" command had its syntax changed and now requires a base to add increments from

(at now + 1 minute)
This commit is contained in:
james 2006-02-06 21:34:09 +00:00
parent e486d621c8
commit 4aff70ef17

View File

@ -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 "<br />";
echo happy("Email Communication sending has started!");