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

Comparing projects/cms/source/reports/php/graphs/graphs.php (file contents):
Revision 1.4 by tdb, Sun Aug 1 10:40:24 2004 UTC vs.
Revision 1.5 by tdb, Fri Feb 11 14:05:30 2005 UTC

# Line 33 | Line 33 | include("graphs_config.inc.php");
33  
34   include("iutils.inc.php");
35  
36 + if ($formMethod == "GET") {
37 +    $machine_name = $_GET['machine_name'];
38 +    $graph = $_GET['graph'];
39 +    $submit = $_GET['submit'];
40 + }
41 +
42   ?>
43  
44   <? include($titleHTML); ?>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines