e107inc/e107

View on GitHub
e107_admin/menus.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

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

if (!getperms("2"))
Severity: Minor
Found in e107_admin/menus.php by phan

Variable $ns is undeclared
Open

            echo $ns -> tablerender('Updated', "<div style='text-align:center'><b>".$message."</b></div><br /><br />");
Severity: Minor
Found in e107_admin/menus.php by phan

Function e_help defined at /code/e107_admin/menus.php:648 was previously defined at /code/e107_admin/fileinspector.php:1330
Open

    function e_help()
Severity: Minor
Found in e107_admin/menus.php by phan

Call to deprecated class \form defined at /code/e107_handlers/form_handler.php:8323
Open

$rs = new form;
Severity: Minor
Found in e107_admin/menus.php by phan

Argument 2 (newvalue) is 0 but \ini_set() takes string
Open

        @ini_set('display_errors', 0);
Severity: Minor
Found in e107_admin/menus.php by phan

Suspicious array access to nullable ?array
Open

if(e_MENUMANAGER_ACTIVE === true || vartrue($_GET['enc']))
Severity: Minor
Found in e107_admin/menus.php by phan

There are no issues that match your filters.

Category
Status