aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--graph.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/graph.php b/graph.php
index 0b7cee5..1727c1b 100644
--- a/graph.php
+++ b/graph.php
@@ -23,7 +23,7 @@ $typesdb = parse_typesdb_file($CONFIG['typesdb']);
23 23
24if ($plugin == 'aggregation') { 24if ($plugin == 'aggregation') {
25 $pi = explode("-", GET('pi')); 25 $pi = explode("-", GET('pi'));
26 $plugin = $_GET['p'] = $pi[0]; 26 $plugin = $_GET['p'] = validate_get($pi[0], 'plugin');
27} 27}
28 28
29# plugin json 29# plugin json