[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
BOGUS: Remote File Include In phpBB-2.0.19
- To: RaeD Hasadya <raed@xxxxxxxxxxx>
- Subject: BOGUS: Remote File Include In phpBB-2.0.19
- From: Cornelius Riemenschneider <c.r1@xxxxxx>
- Date: Sat, 24 Mar 2007 13:52:32 +0100
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