Go to the source code of this file.
Namespaces | |
| namespace | MythWeb |
Variables | |
| $masterhost = get_backend_setting('MasterServerIP') | |
| $statusport = get_backend_setting('BackendStatusPort') | |
| $xml_param = ($Path[1] == 'xml') ? '/xml' : '' | |
| else | $status = implode("\n", file("http://$masterhost:$statusport$xml_param")) |
| $title = $title[1] | |
| exit | |
| $masterhost = get_backend_setting('MasterServerIP') |
Definition at line 18 of file status/handler.php.
| $statusport = get_backend_setting('BackendStatusPort') |
Definition at line 19 of file status/handler.php.
| $xml_param = ($Path[1] == 'xml') ? '/xml' : '' |
Definition at line 22 of file status/handler.php.
| $status = implode("\n", file("http://$masterhost:$statusport$xml_param")) |
Definition at line 31 of file status/handler.php.
| $title = $title[1] |
Definition at line 35 of file status/handler.php.
| exit |
Definition at line 46 of file status/handler.php.
1.5.5