mirror of
https://github.com/itflow-org/itflow
synced 2026-03-05 05:14:51 +00:00
Fix alert
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
|
||||
<div class="form-group">
|
||||
<label>Avatar</label>
|
||||
<input type="file" class="form-control-file" accept="image/*;capture=camera" name="file">
|
||||
<input type="file" class="form-control-file" accept="image/*" name="file">
|
||||
</div>
|
||||
|
||||
<div class="form-group" <?php if(empty($config_smtp_host)) { echo "hidden"; } ?>>
|
||||
|
||||
Reference in New Issue
Block a user