mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
added cron exlusions
This commit is contained in:
parent
24fd351b85
commit
5b52823570
3 changed files with 17 additions and 0 deletions
|
@ -77,6 +77,16 @@
|
|||
<textarea class="vst-textinput" name="v_db" placeholder="<?php echo __('DB_EXCLUSIONS') ?>"><?php if (isset($v_db)) echo $v_db; ?></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="vst-text" style="padding: 12px 0 0 0;">
|
||||
<?php print __('Cron');?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<textarea size="20" class="vst-textinput" name="v_cron" placeholder="<?php echo __('CRON_EXCLUSIONS') ?>"><?php if (isset($v_cron)) echo $v_cron; ?></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="vst-text" style="padding: 12px 0 0 0;">
|
||||
<?php print __('User Directories');?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue