1
0
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:
Lóna Lore
2015-05-02 16:27:01 +02:00
parent 4296e9d7a9
commit 9d4e934877
6 changed files with 86 additions and 45 deletions

View File

@@ -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)