=================== BUG #6554: FULL BUG SNAPSHOT ===================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=6554&group_id=11
Submitted by: xvigour Project: Savannah
Submitted on: Fri 11/14/2003 at 09:16
Category: Web Frontend Severity: 5 - Average
Priority: None Resolution: None
Assigned to: None Status: Open
Fixed Release:
Summary: include in savannah/frontend/php/bugs/reporting.php is incorrect
Original Submission: the include files are:
require "../../include/pre.php";
require('../bug_data.php');
require('../bug_utils.php');
it should be
require "../include/pre.php";
require('bug_data.php');
require('bug_utils.php');
No Followups Have Been Posted
CC list is empty
No files currently attached
For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=6554&group_id=11
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/