Erstellung des CapchtaCodes und Vorschaubilder

This commit is contained in:
2026-05-24 11:18:35 +00:00
parent 4fac3121f3
commit 810ac71e29
13 changed files with 567 additions and 4 deletions
+7
View File
@@ -60,5 +60,12 @@ class Plausi {
}
}
public function captchatest($wert) {
$fehler = 0;
if ($_SESSION['captchacode'] != $wert) {
return ++$fehler;
}
}
}
?>