mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 11:50:30 +02:00
Update methods to load LAN files in Admin Area
(fingers crossed there are no typo's...)
This commit is contained in:
@@ -15,7 +15,7 @@ if (!getperms('L'))
|
||||
e107::redirect('admin');
|
||||
exit;
|
||||
}
|
||||
//include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/admin/lan_'.e_PAGE);
|
||||
|
||||
e107::coreLan('language', true);
|
||||
|
||||
$e_sub_cat = 'language';
|
||||
@@ -25,11 +25,6 @@ if(!empty($_GET['iframe']))
|
||||
define('e_IFRAME', true);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
class language_admin extends e_admin_dispatcher
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user