summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xincludes/maintenance.php2
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
41if (isInMaintenance()) 41if ((isset($dbwebpasswd)) && (isInMaintenance()))
42{ 42{
43 $template = new FITemplate('maintenance'); 43 $template = new FITemplate('maintenance');
44 $template->display($template); 44 $template->display($template);