[Web] Enable GAL by default

This commit is contained in:
andryyy
2019-07-05 15:14:13 +02:00
parent 39fa378f29
commit 350811dadd
4 changed files with 14 additions and 0 deletions

View File

@@ -128,6 +128,14 @@ if (!isset($_SESSION['mailcow_cc_role'])) {
<input type="number" class="form-control" name="quota" value="10240" required>
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<div class="checkbox">
<label><input type="checkbox" value="1" name="gal" checked> <?=$lang['edit']['gal'];?></label>
<small class="help-block"><?=$lang['edit']['gal_info'];?></small>
</div>
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<div class="checkbox">