<<< Date Index >>>     <<< Thread Index >>>

BOGUS: Remote File Include In phpBB-2.0.19



Hi
see the following peice of Code in the beginnig of the File:

if ( !defined('IN_PHPBB') )
{
        die("Hacking attempt");
        exit;
}

This prevents from your RFI. And please notice, the actuel stable
Version of phpBB2 is 2.0.22 ;)

Cornelius Riemenschneider