diff options
Diffstat (limited to 'frontends/php/queue.php')
| -rw-r--r-- | frontends/php/queue.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/queue.php b/frontends/php/queue.php index 21e6c8c5..bd3db8a1 100644 --- a/frontends/php/queue.php +++ b/frontends/php/queue.php @@ -2,7 +2,7 @@ $page["title"] = "Information about monitoring server"; $page["file"] = "queue.php"; - include "include/config.inc"; + include "include/config.inc.php"; show_header($page["title"],10,0); ?> |
