We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41c81b5 commit 6ba1276Copy full SHA for 6ba1276
web/login.php
@@ -23,7 +23,7 @@
23
* @return bool
24
* True if the user account was authenticated.
25
*/
26
-function checkAuthenticationDetails(string $username, string $password, mysqli $mysqli): string
+function checkAuthenticationDetails(string $username, string $password, mysqli $mysqli): bool
27
{
28
// Make sure the username and password fields have something in them.
29
if ($username === '' && $password === '') {
0 commit comments