Rewrite file downloads in htaccess

This commit is contained in:
Steffen Lange 2024-02-29 10:40:29 +01:00
parent 8b32989a07
commit 88febcc15b
3 changed files with 11 additions and 3 deletions

View file

@ -77,8 +77,8 @@ class Feiertag {
return false;
}
public function IsInBundesland(int $id) {
return in_array($id, $this->laender);
public function IsInBundesland(int $landId) {
return in_array($landId, $this->laender);
}
public function GetBundeslaender(string $sep = ', ', bool $short = false) {