PEAK XOOPS - Re: Contamination not logged. in englishin japanese

Re: Contamination not logged.

List posts in the topic

none Re: Contamination not logged.

msg# 1.2.1
depth:
2
Previous post - Next post | Parent - No child | Posted on 2007/8/25 4:13 | Last modified
GIJOE  ÀèǤ·³Áâ   Posts: 4110
No.
It's just a fragment of trash in mainfile.php
(Use code block)

I mean this.
You can find the code in mainfile.php of XOOPS 2.0.16

    foreach ( array('GLOBALS', '_SESSION', 'HTTP_SESSION_VARS', '_GET', 'HTTP_GET_VARS', '_POST', 'HTTP_POST_VARS', '_COOKIE', 'HTTP_COOKIE_VARS', '_REQUEST', '_SERVER', 'HTTP_SERVER_VARS', '_ENV', 'HTTP_ENV_VARS', '_FILES', 'HTTP_POST_FILES', 'xoopsDB', 'xoopsUser', 'xoopsUserId', 'xoopsUserGroups', 'xoopsUserIsAdmin', 'xoopsConfig', 'xoopsOption', 'xoopsModule', 'xoopsModuleConfig', 'xoopsRequestUri') as $bad_global ) {
        if ( isset( $_REQUEST[$bad_global] ) ) {
            header( 'Location: '.XOOPS_URL.'/' );
            exit();
        }
    }
Votes:1 Average:10.00

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!