diff options
Diffstat (limited to '')
-rw-r--r-- | detail.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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'); |