aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/detail.php
diff options
context:
space:
mode:
Diffstat (limited to 'detail.php')
-rw-r--r--detail.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/detail.php b/detail.php
index a7b2cd4..503a411 100644
--- a/detail.php
+++ b/detail.php
@@ -14,6 +14,7 @@ if (empty($_GET['y']))
14$host = validate_get(GET('h'), 'host'); 14$host = validate_get(GET('h'), 'host');
15$plugin = validate_get(GET('p'), 'plugin'); 15$plugin = validate_get(GET('p'), 'plugin');
16$pinstance = validate_get(GET('pi'), 'pinstance'); 16$pinstance = validate_get(GET('pi'), 'pinstance');
17$category = validate_get(GET('c'), 'category');
17$type = validate_get(GET('t'), 'type'); 18$type = validate_get(GET('t'), 'type');
18$tinstance = validate_get(GET('ti'), 'tinstance'); 19$tinstance = validate_get(GET('ti'), 'tinstance');
19$width = GET('x'); 20$width = GET('x');