aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/index.php b/index.php
index 3758b38b0..6ed7eeb11 100755
--- a/index.php
+++ b/index.php
@@ -36,6 +36,10 @@ require_once('include/dba/dba_driver.php');
if(! $a->install) {
$db = dba_factory($db_host, $db_port, $db_user, $db_pass, $db_data, $db_type, $a->install);
+ if(! $db->connected) {
+ system_unavailable();
+ }
+
unset($db_host, $db_port, $db_user, $db_pass, $db_data, $db_type);
/**