Skip to content

[Insight] PHP debug statements found - in core/modulos/listprofe.php, line 11 #3

@Josexv1

Description

@Josexv1

in core/modulos/listprofe.php, line 11

print_r() should only be used for debug, and not committed to the source code repository.

            if (! defined ( 'SRCP' )) {
                die ( "Logged Hacking attempt!" ); 
        }
        $data = getDataBySession($_COOKIE["session"],$db);
        @include_once (INC_DIR . '/list_prof.php'); 
        print_r($rows);
        @include_once (STATIC_DIR . '/header.php'); 
        ?></head><body class="no-skin">

Posted from SensioLabsInsight

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions