diff options
Diffstat (limited to 'includes/maintenance.php')
-rwxr-xr-x | includes/maintenance.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/maintenance.php b/includes/maintenance.php index c3041cf..4715a17 100755 --- a/includes/maintenance.php +++ b/includes/maintenance.php | |||
@@ -38,7 +38,7 @@ function isInMaintenance() | |||
38 | return false; | 38 | return false; |
39 | } | 39 | } |
40 | 40 | ||
41 | if (isInMaintenance()) | 41 | if ((isset($dbwebpasswd)) && (isInMaintenance())) |
42 | { | 42 | { |
43 | $template = new FITemplate('maintenance'); | 43 | $template = new FITemplate('maintenance'); |
44 | $template->display($template); | 44 | $template->display($template); |