Changes to Authorisation for users to edit systems, minor cosmetic fixes and more logging
This commit is contained in:
@@ -219,6 +219,8 @@ class Message extends FTNBase
|
||||
*/
|
||||
public static function parseMessage(string $msg,Zone $zone=NULL): self
|
||||
{
|
||||
Log::info(sprintf('%s:Processing message [%d] bytes from zone [%d]',self::LOGKEY,strlen($msg),$zone?->zone_id));
|
||||
|
||||
$o = new self($zone);
|
||||
|
||||
try {
|
||||
|
Reference in New Issue
Block a user