mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 17:44:37 +02:00
Update methods to load LAN files in Admin Area
(fingers crossed there are no typo's...)
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
*
|
||||
*/
|
||||
require_once ('../class2.php');
|
||||
|
||||
if(!getperms('9'))
|
||||
{
|
||||
e107::redirect('admin');
|
||||
@@ -18,7 +19,7 @@ if(!getperms('9'))
|
||||
|
||||
$e_sub_cat = 'maintain';
|
||||
|
||||
include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/admin/lan_'.e_PAGE);
|
||||
e107::coreLan('ugflag', true);
|
||||
|
||||
$mes = e107::getMessage();
|
||||
$frm = e107::getForm();
|
||||
|
Reference in New Issue
Block a user