mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
added cron exlusions
This commit is contained in:
parent
24fd351b85
commit
5b52823570
3 changed files with 17 additions and 0 deletions
|
@ -103,6 +103,7 @@ $LANG['en'] = array(
|
|||
'Editing Package' => 'Editing Package',
|
||||
'Adding IP address' => 'Adding IP address',
|
||||
'Editing IP Address' => 'Editing IP Address',
|
||||
'Editing Backup Exclusions' => 'Editing Backup Exclusions',
|
||||
'Generating CSR' => 'Generating CSR',
|
||||
'Listing' => 'Listing',
|
||||
'Search Results' => 'Search Results',
|
||||
|
@ -404,6 +405,7 @@ $LANG['en'] = array(
|
|||
'DNS_EXCLUSIONS' => "Type domain name, one per line. To exlude all domains use *",
|
||||
'MAIL_EXCLUSIONS' => "Type domain name, one per line. To exlude all domains use *. To exclude specific accounts use following format: domain.com:info:support:postmaster",
|
||||
'DB_EXCLUSIONS' => "Type full database name, one per line. To exlude all databases use *",
|
||||
'CRON_EXCLUSIONS' => "To exlude all jobs use *",
|
||||
'USER_EXCLUSIONS' => "Type directory name, one per line. Directories should not include leading or trailing slashes. To exlude all dirs use *",
|
||||
|
||||
'Welcome to Vesta Control Panel' => 'Welcome to Vesta Control Panel',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue