diff options
Diffstat (limited to 'frontends/php/setup.php')
| -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 15ec9037..2de96d18 100644 --- a/frontends/php/setup.php +++ b/frontends/php/setup.php @@ -95,7 +95,7 @@ { $ZBX_CONFIG['allowed_db']['ORACLE'] = 'Oracle'; } - /* ORACLE */ if(zbx_is_callable(array('sqlite3_open', 'sqlite3_close', 'sqlite3_query', 'sqlite3_error', 'sqlite3_fetch_array', 'sqlite3_query_close', 'sqlite3_exec'))) + /* SQLITE3 */ if(zbx_is_callable(array('sqlite3_open', 'sqlite3_close', 'sqlite3_query', 'sqlite3_error', 'sqlite3_fetch_array', 'sqlite3_query_close', 'sqlite3_exec'))) { $ZBX_CONFIG['allowed_db']['SQLITE3'] = 'SQLite3'; } |
