forked from science-ation/science-ation
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:
parent
e486d621c8
commit
4aff70ef17
@ -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!");
|
||||
|
Loading…
Reference in New Issue
Block a user