Fax Queue - Update comments.

This commit is contained in:
fusionate 2023-12-21 19:30:51 +00:00
parent df6d56d148
commit cb58bd4fb1
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@
file_put_contents($pid_file, getmypid()); file_put_contents($pid_file, getmypid());
} }
//get the email queue settings //get the fax queue settings
$setting = new settings(["category" => "fax_queue"]); $setting = new settings(["category" => "fax_queue"]);
//set the fax queue interval //set the fax queue interval
@ -137,7 +137,7 @@
//change the working directory //change the working directory
chdir($_SERVER['DOCUMENT_ROOT']); chdir($_SERVER['DOCUMENT_ROOT']);
//get the messages waiting in the email queue //get the messages waiting in the fax queue
while (true) { while (true) {
//get the fax messages that are waiting to send //get the fax messages that are waiting to send