Client Portal can now be enabled or disabled in settings > Modules > Enable Client Portal, it is enabled by default

This commit is contained in:
johnnyq
2023-06-14 19:07:39 -04:00
parent 8085f7cd90
commit 25f85486d4
8 changed files with 42 additions and 12 deletions

View File

@@ -183,7 +183,7 @@
<input type="text" class="form-control" name="pin" placeholder="Security code or pin">
</div>
</div>
<?php if($config_client_portal_enable == 1) { ?>
<div class="form-group">
<label>Login</label>
<div class="input-group">
@@ -197,6 +197,7 @@
</select>
</div>
</div>
<? php } ?>
</div>