mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 17:14:42 +02:00
Downloads plugin language file cleanup
This commit is contained in:
@@ -672,7 +672,7 @@ function multilang_prefs()
|
||||
</tr>";
|
||||
|
||||
|
||||
if(isset($_SERVER['E_DEV_LANGUAGE']) && $_SERVER['E_DEV_LANGUAGE'] === 'true')
|
||||
// if(isset($_SERVER['E_DEV_LANGUAGE']) && $_SERVER['E_DEV_LANGUAGE'] === 'true')
|
||||
{
|
||||
|
||||
$text .= "
|
||||
@@ -1071,7 +1071,7 @@ function show_tools()
|
||||
|
||||
show_packs();
|
||||
|
||||
if(vartrue($_SERVER['E_DEV']))
|
||||
if(!vartrue($_SERVER['E_DEV']))
|
||||
{
|
||||
return;
|
||||
}
|
||||
@@ -1668,8 +1668,8 @@ function unused($lanfile,$script,$reverse=false)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// print_a($compare);
|
||||
// print_a($lanDefines);
|
||||
|
||||
if(!$compare)
|
||||
{
|
||||
|
Reference in New Issue
Block a user