Change-Id: Iaecb91a5aca9b9ed3516bb511bf64aaf1a7b7b38
Reviewed-on: http://gerrit.tine20.com/customers/5418
Reviewed-by: Philipp Schüle <p.schuele@metaways.de>
Tested-by: Philipp Schüle <p.schuele@metaways.de>
$title = $i18n->_('Please wait or contact your administrator');
} catch (Exception $e) {
// new tine installation with empty DB
+ $msg = 'Tine 2.0 needs to be updated or is not installed yet.';
+ $title = 'Please wait or contact your administrator';
header('Location: setup.php');
}