Skip to content

Commit

Permalink
Fix Status page to account for new url.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblain committed Mar 29, 2011
1 parent d1a8782 commit 5589dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/status/handler.php
Expand Up @@ -15,7 +15,7 @@
$statusport = setting('BackendStatusPort', '%');

// XML mode?
$xml_param = ($Path[1] == 'xml') ? '/xml' : '';
$xml_param = ($Path[1] == 'xml') ? '/xml' : '/GetStatusHTML';

// Make sure the content is interpreted as UTF-8
header('Content-Type: text/html; charset=UTF-8');
Expand Down

0 comments on commit 5589dfe

Please sign in to comment.