Füge Funktionen zur Verwaltung von fehlgeschlagenen Anmeldeversuchen hinzu und integriere IP-Sperre

This commit is contained in:
Troy Grunt
2026-02-01 22:40:30 +01:00
parent 8433c8d880
commit b2a74c2a17
5 changed files with 310 additions and 0 deletions

View File

@@ -171,4 +171,6 @@ class SQL {
// echo 'DESTROY';
}
}
$sql = new SQL();
?>