mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Client Portal can now be enabled or disabled in settings > Modules > Enable Client Portal, it is enabled by default
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user