added cron exlusions

This commit is contained in:
Serghey Rodin 2014-04-08 02:32:15 +03:00
commit 5b52823570
3 changed files with 17 additions and 0 deletions

View file

@ -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');?>