diff options
Diffstat (limited to 'mod/setup.php')
-rwxr-xr-x | mod/setup.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mod/setup.php b/mod/setup.php index eba28a9bc..0dc032674 100755 --- a/mod/setup.php +++ b/mod/setup.php @@ -165,8 +165,6 @@ function setup_content(&$a) { $wizard_status = ""; $install_title = t('$Projectname Server - Setup'); - - if(x($a->data,'db_conn_failed')) { $install_wizard_pass = 2; $wizard_status = t('Could not connect to database.'); |