mirror of
https://github.com/e107inc/e107.git
synced 2025-08-21 21:57:34 +02:00
first changes on lan_cron.php and cron.php
This commit is contained in:
@@ -11,6 +11,13 @@
|
||||
*/
|
||||
if (!defined("PAGE_NAME")) { define("PAGE_NAME", "Schedule Tasks"); }
|
||||
|
||||
// Menu
|
||||
define("LAN_CRON_M_01", "Manage");
|
||||
define("LAN_CRON_M_02", "Refresh");
|
||||
|
||||
|
||||
|
||||
|
||||
define("LAN_CRON_1", "Name");
|
||||
define("LAN_CRON_2", "Description");
|
||||
define("LAN_CRON_3", "Minute(s):");
|
||||
|
Reference in New Issue
Block a user