1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-10 16:46:50 +02:00

Issue #6: Remove and optimize (hardcoded) LANS

This commit is contained in:
Lóna Lore
2015-05-01 12:46:46 +02:00
parent 9fb268e7e4
commit f48ca466e9
10 changed files with 157 additions and 74 deletions

View File

@@ -175,10 +175,10 @@ class cron_admin_ui extends e_admin_ui
if(is_dir(e_BASE.".git"))
{
$cronDefaults['_system'][7] = array(
'name' => "Update this Git repository", //TODO LAN
'name' => LAN_CRON_20_4,
'category' => 'update',
'function' => 'gitrepo',
'description' => "Update this e107 installation with the very latest files from github.<br />Recommended for developers only.<br /><span class='label label-warning'>Warning!</span> May cause site instability!", //TODO LAN
'description' => LAN_CRON_20_5."<br />".LAN_CRON_20_6."<br /><span class='label label-warning'>".LAN_CRON_20_7."</span> ".LAN_CRON_20_8,
// 'available' => e107::getPref('ban_retrigger')
);