Merge pull request #11666 from owncloud/setup-hidesqlitemessageforautoconfig

Hide SQLite information on setup when autoconfig is used
This commit is contained in:
Lukas Reschke 2014-10-20 19:50:20 +02:00
commit c0ddf06dfe
1 changed files with 2 additions and 0 deletions

View File

@ -147,7 +147,9 @@
<?php endif; ?>
<?php endif; ?>
<?php if(!$_['dbIsSet'] OR count($_['errors']) > 0): ?>
<p id="sqliteInformation" class="info"><?php p($l->t('SQLite will be used as database. For larger installations we recommend to change this.'));?></p>
<?php endif ?>
<div class="buttons"><input type="submit" class="primary" value="<?php p($l->t( 'Finish setup' )); ?>" data-finishing="<?php p($l->t( 'Finishing …' )); ?>" /></div>
</form>