Adds loggin
This commit is contained in:
parent
41a12d9a82
commit
26e11b5a51
10 changed files with 156 additions and 5 deletions
|
@ -42,4 +42,8 @@ final class EnvironmentHandler
|
|||
{
|
||||
return $_SERVER['USE_SSL'] === 'true';
|
||||
}
|
||||
|
||||
public function getLoggingPath(): string {
|
||||
return $_SERVER['LOG_PATH'] ?? '';
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue