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

Re: RFI Bug



On Mon, 2009-02-16 at 17:13 +0000, Dr.linux@xxxxxxx wrote:
> ViArt Shop 3.6   Remote File Include BUG

> include_once($root_folder_path."includes/common.php");
>       
> include_once($root_folder_path . "includes/record.php");

Bogus,

$root_folder_path is defined into admin_config.php which is included one
line befere:

include_once("./admin_config.php");
include_once($root_folder_path."includes/common.php");
include_once($root_folder_path . "includes/record.php");

Regards,
--
F