--- projects/cms/source/reports/php/latest/latest_config.inc.php 2001/03/17 17:37:50 1.5 +++ projects/cms/source/reports/php/latest/latest_config.inc.php 2002/10/13 12:41:16 1.6 @@ -24,4 +24,11 @@ $barImage = "bar.gif"; $scaleImage = "scale.gif"; $max_width = 300; +# Values use for escaping (need to match the perl scripts!) +# (used mainly in graph.php and rrdgraphing perl scripts) +# / converted to a decimal then hex'd +$hex_slash = "_2f"; +# _ converted to a decimal then hex'd +$hex_underscore = "_5f"; + ?>