Hide SQLite information on setup when autoconfig is used

remotes/origin/fix-10825
Vincent Petry 11 years ago
parent 0412f83035
commit f52ed231b3
  1. 2
      core/templates/installation.php

@ -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>

Loading…
Cancel
Save