From 37368bda6591ccd0b69775c35599d6696f712c27 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Fri, 20 Nov 2015 12:49:38 -0800 Subject: change _newwin to _blank because the window named _newwin may be hard to find if you have lots of windows/tabs open. --- index.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index dc6000bd6..6ed7eeb11 100755 --- a/index.php +++ b/index.php @@ -36,10 +36,8 @@ 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){ - header('HTTP/1.0 520 Unknown Error'); - // TODO: much friendlier error message - die("Database error, contact admin."); + if(! $db->connected) { + system_unavailable(); } unset($db_host, $db_port, $db_user, $db_pass, $db_data, $db_type); -- cgit v1.2.3