Adds loggin

This commit is contained in:
Michel 2024-11-07 22:05:24 +01:00
parent 41a12d9a82
commit 26e11b5a51
10 changed files with 156 additions and 5 deletions

View file

@ -42,4 +42,8 @@ final class EnvironmentHandler
{
return $_SERVER['USE_SSL'] === 'true';
}
public function getLoggingPath(): string {
return $_SERVER['LOG_PATH'] ?? '';
}
}