Config item $reminder_sender changed to $sender
This commit is contained in:
parent
c1ba468807
commit
396a3f067e
@ -7,7 +7,7 @@ $db_pass = 'dbpassword';
|
||||
$db_name = 'dbuser';
|
||||
|
||||
# Address to use as the sender for reminder emails
|
||||
$reminder_sender = 'noreply@example.com';
|
||||
$sender = 'noreply@example.com';
|
||||
|
||||
# Address to send cron error messages to
|
||||
$error_address = 'root@example.com';
|
||||
|
2
cron.php
2
cron.php
@ -7,7 +7,7 @@ require('./include/functions.php');
|
||||
|
||||
header('Content-Type: text/html; charset=UTF-8');
|
||||
|
||||
$cron = new Cron($reminder_sender, $error_address);
|
||||
$cron = new Cron($sender, $error_address);
|
||||
$cron->run();
|
||||
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user