diff options
Diffstat (limited to 'frontends')
-rw-r--r-- | frontends/php/setup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/setup.php b/frontends/php/setup.php index cab676e6..15ec9037 100644 --- a/frontends/php/setup.php +++ b/frontends/php/setup.php @@ -101,7 +101,7 @@ } if(count($ZBX_CONFIG['allowed_db']) == 0) { - $ZBX_CONFIG['allowed_db']['no'] = array('No'); + $ZBX_CONFIG['allowed_db']['no'] = 'No'; } ?> |