We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1a8782 commit 5589dfeCopy full SHA for 5589dfe
1 file changed
modules/status/handler.php
@@ -15,7 +15,7 @@
15
$statusport = setting('BackendStatusPort', '%');
16
17
// XML mode?
18
- $xml_param = ($Path[1] == 'xml') ? '/xml' : '';
+ $xml_param = ($Path[1] == 'xml') ? '/xml' : '/GetStatusHTML';
19
20
// Make sure the content is interpreted as UTF-8
21
header('Content-Type: text/html; charset=UTF-8');
0 commit comments