This commit is contained in:
Saeed Vaziry
2025-05-23 18:27:24 +02:00
parent a5ce0d33b3
commit ff11fb44e0
36 changed files with 1001 additions and 326 deletions

View File

@ -149,7 +149,7 @@ public function getContent(?int $lines = null): ?string
return $content ?? 'Empty log file!';
}
return "Log file doesn't exist!";
return "Log file doesn't exist or is empty!";
}
public static function log(Server $server, string $type, string $content, ?Site $site = null): ServerLog