DB Structure Modified Fixed config_backup vars

This commit is contained in:
johnnyq
2022-03-29 13:39:23 -04:00
parent eac5a53e9e
commit bb1dfef2e4
2 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-folder"></i></span>
</div>
<input type="text" class="form-control" name="config_invoice_overdue_reminders" placeholder="Specify Full File System Path ex /home/user/web/itflow.example.com/private/backups" value="<?php echo $config_backup_path; ?>">
<input type="text" class="form-control" name="config_backup_path" placeholder="Specify Full File System Path ex /home/user/web/itflow.example.com/private/backups" value="<?php echo $config_backup_path; ?>">
</div>
</div>