diff options
Diffstat (limited to '')
| -rw-r--r-- | detail.php | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -5,6 +5,8 @@ require_once 'inc/functions.inc.php'; | |||
| 5 | require_once 'inc/html.inc.php'; | 5 | require_once 'inc/html.inc.php'; |
| 6 | require_once 'inc/collectd.inc.php'; | 6 | require_once 'inc/collectd.inc.php'; |
| 7 | 7 | ||
| 8 | header("Content-Type: text/html"); | ||
| 9 | |||
| 8 | # use width/height from config if nothing is given | 10 | # use width/height from config if nothing is given |
| 9 | if (empty($_GET['x'])) | 11 | if (empty($_GET['x'])) |
| 10 | $_GET['x'] = $CONFIG['detail-width']; | 12 | $_GET['x'] = $CONFIG['detail-width']; |
