graphing improvements

git-svn-id: http://www.observium.org/svn/observer/trunk@427 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2009-05-07 13:47:51 +00:00
parent 586de53358
commit cf1e2830cf
6 changed files with 170 additions and 154 deletions
+3 -1
View File
@@ -9,8 +9,10 @@ if($_GET['debug']) {
}
include("../config.php");
include("../includes/functions.php");
include("../includes/common.php");
include("../includes/graphing.php");
include("includes/authenticate.inc");
if(!$_SESSION['authenticated']) { echo("not authenticated"); exit; }
if($_GET['params']) {