mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 11:36:08 +02:00
Issue #6: Remove and optimize (hardcoded) LANS
This commit is contained in:
@@ -781,11 +781,10 @@ function update_706_to_800($type='')
|
||||
}
|
||||
}
|
||||
}
|
||||
//TODO LAN
|
||||
|
||||
|
||||
if(count($chgPath))
|
||||
{
|
||||
$log->addWarning('Before continuing, please manually delete the following outdated folders from your system: ');
|
||||
$log->addWarning(LAN_UPDATE_57.' ');
|
||||
array_unique($chgPath);
|
||||
asort($chgPath);
|
||||
foreach($chgPath as $cgp)
|
||||
|
Reference in New Issue
Block a user