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

@ -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',