--- projects/cms/source/reports/php/historical/browser.php 2001/03/13 18:44:30 1.32 +++ projects/cms/source/reports/php/historical/browser.php 2001/03/13 18:54:02 1.33 @@ -5,31 +5,7 @@ # # CONFIGURABLE CONSTANTS: - -# The report directory, and the number of days to display. -$reportDirectory = "/home/cut/pjm2/webpages/reports/historical"; -$maxDaysShown = 7; - -# Page appearance. -$scaleImage = "24hour.gif"; -$lineColor = "#9999ff"; - -# Files to include -$titleHTML = "title.inc"; -$bottomHTML = "bottom.inc"; -$machineNameHTML = "machine_name.inc"; -$reportHTML = "report.inc"; - -# What are the names of the report files? -$reportLimitsFile = "i-maxmin.txt"; -$reportChartFile = "i-chart.gif"; -$reportChartDataFile = "i-data.txt"; - -# Submission details. -$formMethod = "GET"; -$thisPage = "browser.php"; - -# Leave this alone unless you know what you're doing ;) -$minFileSize = 33; +include("browser_config.inc.php"); # # END CONFIGURATION