mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 19:44:09 +02:00
Text to LANS Schedule Tasks (Cron) #6 Added Help
Text to LANS Schedule Tasks (Cron) #6 Added Help An administrator can automate tasks using e107 Schedule Tasks. [br] In the Manage Tab, you can edit, delete and run tasks. [br] When you edit a task you can set the minutes, hours, days, month or day of the week you want the task to run. Use * to run for each period. Use the Active property to Enabled the Task.[br] Note: You are advised not to delete standard jobs.[br]
This commit is contained in:
@@ -86,8 +86,19 @@ define("LAN_CRON_52", "Day(s):");
|
||||
define("LAN_CRON_53", "Month(s):");
|
||||
define("LAN_CRON_54", "Weekday(s):");
|
||||
|
||||
define("LAN_CRON_60", "Go to cPanel");
|
||||
define("LAN_CRON_61", "Generate new cron password");
|
||||
define("LAN_CRON_62", "Executing config function [b][x][/b]");
|
||||
define("LAN_CRON_63", "Config function [b][x][/b] NOT found.");
|
||||
define("LAN_CRON_64", "An administrator can automate tasks using e107 Schedule Tasks. [br]
|
||||
In the Manage Tab, you can edit, delete and run tasks. [br]
|
||||
When you edit a task you can set the minutes, hours, days, month or day of the week you want the task to run. Use * to run for each period. Use the Active property to Enabled the Task.[br]
|
||||
Note: You are advised not to delete standard jobs.[br]
|
||||
");
|
||||
|
||||
define("LAN_CRON_BACKUP", "Backup");
|
||||
define("LAN_CRON_LOGGING", "Logging");
|
||||
define("LAN_CRON_RUNNING", "Running")
|
||||
define("LAN_CRON_RUNNING", "Running");
|
||||
|
||||
?>
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user