ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/php/latest/latest_config.inc.php
(Generate patch)

Comparing projects/cms/source/reports/php/latest/latest_config.inc.php (file contents):
Revision 1.4 by pjm2, Sun Mar 11 21:38:57 2001 UTC vs.
Revision 1.6 by tdb, Sun Oct 13 12:41:16 2002 UTC

# Line 12 | Line 12 | $warning_age = 600;
12   $lineColor = "#9999ff";
13  
14   # Files to include
15 < $titleHTML = "title.inc";
15 > $titleHTML = "title.inc.php";
16   $bottomHTML = "bottom.inc";
17  
18   # Submission details.
# Line 23 | Line 23 | $thisPage = "latest.php";
23   $barImage = "bar.gif";
24   $scaleImage = "scale.gif";
25   $max_width = 300;
26 +
27 + # Values use for escaping (need to match the perl scripts!)
28 + # (used mainly in graph.php and rrdgraphing perl scripts)
29 + # / converted to a decimal then hex'd
30 + $hex_slash = "_2f";
31 + # _ converted to a decimal then hex'd
32 + $hex_underscore = "_5f";
33  
34 < ?>
34 > ?>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines