Added support for multi-company to cron.php added enable_cron variable and some other tiny things

This commit is contained in:
root
2019-08-15 22:11:57 -04:00
parent 5ca8d201b0
commit e114e61261
6 changed files with 215 additions and 187 deletions

View File

@@ -45,6 +45,11 @@
</div>
</div>
<div class="custom-control custom-switch mb-2">
<input type="checkbox" class="custom-control-input" name="config_enable_cron" <?php if($config_enable_cron == 1){ echo "checked"; } ?> value="1" id="customSwitch1">
<label class="custom-control-label" for="customSwitch1">Enable Cron <small>(cron.php must also be added to cron and run nightly at 12:00AM for auto jobs to work)</small></label>
</div>
<div class="form-group mb-4">
<label>Logo</label>
<input type="file" class="form-control-file" name="file">