mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Update methods to load LAN files in Admin Area
(fingers crossed there are no typo's...)
This commit is contained in:
@@ -14,11 +14,9 @@ header('Content-Encoding: none'); // turn off gzip.
|
||||
ob_implicit_flush(true);
|
||||
ob_end_flush();
|
||||
|
||||
|
||||
|
||||
require_once('../class2.php');
|
||||
|
||||
e107::lan('core','fileinspector', true);
|
||||
e107::coreLan('fileinspector', true);
|
||||
|
||||
if (!getperms('Y'))
|
||||
{
|
||||
|
Reference in New Issue
Block a user