mirror of
https://github.com/e107inc/e107.git
synced 2025-08-23 06:33:22 +02:00
Issues Addressed:
Created cron task that will check if there is a newer version of e107 available. If so, email site admin, create log entry and trigger message for site admin
Files altered:
e107_admin\cron.php
e107_handlers\cron_class.php
e107_languages\English\admin\lan_cron.php
Related to:
20cb65f539
This commit is contained in:
@@ -56,6 +56,11 @@ define("LAN_CRON_16", "Using your server control panel (eg. cPanel, DirectAdmin,
|
||||
|
||||
// leave some room for additions/changes
|
||||
|
||||
// Info for checkCoreUpdate cron
|
||||
define("LAN_CRON_20_1", "Check for e107 Update");
|
||||
define("LAN_CRON_20_2", "Check e107.org for Core updates"); // [eml] is automatically replaced by head admin e-mail address.
|
||||
define("LAN_CRON_20_3", "Recommended to keep system up to date.");
|
||||
|
||||
define("LAN_CRON_30", "Every Minute");
|
||||
define("LAN_CRON_31", "Every Other Minute");
|
||||
define("LAN_CRON_32", "Every 5 Minutes");
|
||||
|
Reference in New Issue
Block a user