Skip to content

Commit 5589dfe

Browse files
committed
Fix Status page to account for new url.
1 parent d1a8782 commit 5589dfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/status/handler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
$statusport = setting('BackendStatusPort', '%');
1616

1717
// XML mode?
18-
$xml_param = ($Path[1] == 'xml') ? '/xml' : '';
18+
$xml_param = ($Path[1] == 'xml') ? '/xml' : '/GetStatusHTML';
1919

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

0 commit comments

Comments
 (0)