e107inc/e107

View on GitHub
e107_plugins/alt_auth/alt_auth_conf.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

Variable $temp is undeclared
Open

    unset($temp);

Argument 3 (event_type) is '' but \e_admin_log::add() takes int defined at /code/e107_handlers/admin_log_class.php:178
Open

        e107::getLog()->add('AUTH_02',$au,'');

Variable $temp was undeclared, but array fields are being added to it.
Open

    $temp['auth_method'] = $tp->toDB($_POST['auth_method']);

Variable $admin_log is undeclared
Open

    if ($admin_log->logArrayDiffs($temp, $pref, 'AUTH_01'))

Call to deprecated function \getperms() defined at /code/class2.php:1322
Open

if(!getperms('P') || !e107::isInstalled('alt_auth'))

Call to undeclared method \e_db::getPDO
Open

if(e107::getDb()->getPDO() === false)
Severity: Critical
Found in e107_plugins/alt_auth/alt_auth_conf.php by phan

There are no issues that match your filters.

Category
Status