This commit is contained in:
bernd 2021-03-04 19:58:52 +01:00
parent 483ee7801e
commit 42f756b918

View file

@ -79,7 +79,7 @@ class Config {
}
public function getValidator(): string {
$validator = $this->config['validator'] ?? "validator.php?token=";
$validator = $this->config['validator'] ?? "validation.php?token=";
return $validator;
}