Added queue to handle sending of subscribers notifications

This commit is contained in:
thnilsen
2020-06-16 20:11:25 +02:00
parent 62e6f08e4f
commit e3d8e3ecf8
5 changed files with 351 additions and 64 deletions
+2 -2
View File
@@ -50,7 +50,7 @@ class Service implements JsonSerializable
}
/**
* Processes submitted form and adds service unless problem is encountered,
* Processes submitted form and adds service unless problem is encountered,
* calling this is possible only for admin or higher rank. Also checks requirements
* for char limits.
* @return void
@@ -143,7 +143,7 @@ class Service implements JsonSerializable
}
echo '<div id="status-big" class="status '.$classes[$worst].'">';
if ($statuses[$worst] == count($array))
{
echo $all[$worst];