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 b44c5ce commit b43bc3cCopy full SHA for b43bc3c
htdocs/include/checklogin.php
@@ -36,6 +36,7 @@
36
include_once $GLOBALS['xoops']->path('class/auth/authfactory.php');
37
38
xoops_loadLanguage('auth');
39
+/** @var XoopsMySQLDatabase $xoopsDB */
40
$xoopsDB = XoopsDatabaseFactory::getDatabaseConnection();
41
$xoopsAuth = XoopsAuthFactory::getAuthConnection($xoopsDB->escape($uname));
42
$user = $xoopsAuth->authenticate($uname, $pass);
0 commit comments