diff options
Diffstat (limited to 'frontends/php/queue.html')
| -rw-r--r-- | frontends/php/queue.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/frontends/php/queue.html b/frontends/php/queue.html index 61c3b8e6..e2e5d4d3 100644 --- a/frontends/php/queue.html +++ b/frontends/php/queue.html @@ -1,7 +1,9 @@ <? - include "include/config.inc"; - $title = "Information about monitoring server"; - show_header($title,10); + $page["title"] = "Information about monitoring server"; + $page["file"] = "queue.html"; + + include "include/config.inc"; + show_header($page["title"],10); ?> <? |
