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

Comparing projects/cms/source/reports/php/graphs/graphs_config.inc.php (file contents):
Revision 1.2 by tdb, Sun Oct 13 12:41:16 2002 UTC vs.
Revision 1.3 by tdb, Mon Oct 21 13:02:58 2002 UTC

# Line 2 | Line 2
2  
3   # The rrd directory containing the images
4   $imgdir = "/home/pkg/iscream/public_html/graphs";
5 < $imgwebdir = "/~iscream/graphs";
5 > $imgwebdir = "/graphs";
6  
7   # Page appearance
8   $lineColor = "#9999ff";
# Line 38 | Line 38 | function tidyName($machine_name, $string) {
38      if($string == "users") {
39          return "User counts";
40      }
41 <    
41 >
42 >    # The name Paging information should be displayed as
43 >    if($string == "paging") {
44 >        return "Paging";
45 >    }
46 >
47      # Values use for escaping (need to match the perl scripts!)
48      # / converted to a decimal then hex'd
49      $hex_slash = "_2f";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines