| 2 |
|
|
| 3 |
|
# |
| 4 |
|
# i-scream central monitoring system |
| 5 |
+ |
# http://www.i-scream.org |
| 6 |
|
# Copyright (C) 2000-2002 i-scream |
| 7 |
|
# |
| 8 |
|
# This program is free software; you can redistribute it and/or |
| 21 |
|
# |
| 22 |
|
|
| 23 |
|
# Navigation for the i-scream graphs |
| 24 |
< |
# tim@i-scream.org.uk |
| 24 |
> |
# tim@i-scream.org |
| 25 |
|
# |
| 26 |
|
# CONFIGURABLE CONSTANTS: - |
| 27 |
|
|
| 32 |
|
|
| 33 |
|
|
| 34 |
|
include("iutils.inc.php"); |
| 35 |
+ |
|
| 36 |
+ |
if ($formMethod == "GET") { |
| 37 |
+ |
$machine_name = isset($_GET['machine_name']) ? $_GET['machine_name'] : ""; |
| 38 |
+ |
$graph = isset($_GET['graph']) ? $_GET['graph'] : ""; |
| 39 |
+ |
$submit = isset($_GET['submit']) ? $_GET['submit'] : ""; |
| 40 |
+ |
} |
| 41 |
|
|
| 42 |
|
?> |
| 43 |
|
|