Changed example variable to defined example password

This commit is contained in:
Frank Bischof 2023-03-31 10:44:52 +02:00
parent 29d2c37103
commit 35f2baf3a8
1 changed files with 1 additions and 1 deletions

View File

@ -59,5 +59,5 @@ if ($hitcounter != 0) {
}
}
password_check($MySsecretPassword);
password_check("MySsecretPassword");
?>