e107inc/e107

View on GitHub
e107_admin/auth.php

Summary

Maintainability
A
0 mins
Test Coverage
F
15%

Variable $_E107 is undeclared
Open

if(USER && !getperms('0') && vartrue($pref['multilanguage']) && !getperms(e_LANGUAGE) && empty($_E107['no_language_perm_check']))
Severity: Minor
Found in e107_admin/auth.php by phan

Variable $pref is undeclared
Open

    $use_imagecode = (vartrue($pref['admincode']) && extension_loaded("gd"));
Severity: Minor
Found in e107_admin/auth.php by phan

Variable $pref is undeclared
Open

if(USER && !getperms('0') && vartrue($pref['multilanguage']) && !getperms(e_LANGUAGE) && empty($_E107['no_language_perm_check']))
Severity: Minor
Found in e107_admin/auth.php by phan

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

if(USER && !getperms('0') && vartrue($pref['multilanguage']) && !getperms(e_LANGUAGE) && empty($_E107['no_language_perm_check']))
Severity: Minor
Found in e107_admin/auth.php by phan

Reference to magic constant __FUNCTION__ that is undeclared in the current scope
Open

            e107::getLog()->addEvent(4, __FILE__."|".__FUNCTION__."@".__LINE__, "LOGIN", LAN_ROLL_LOG_11, "U: ".e107::getParser()->toDB($_POST['authname']), FALSE, LOG_TO_ROLLING);
Severity: Info
Found in e107_admin/auth.php by phan

There are no issues that match your filters.

Category
Status