mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 23:56:58 +02:00
Add include_lan() to admin pages
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
* Cache Administration Area
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_admin/cache.php,v $
|
||||
* $Revision: 1.9 $
|
||||
* $Date: 2009-07-21 07:13:41 $
|
||||
* $Author: e107coders $
|
||||
* $Revision: 1.10 $
|
||||
* $Date: 2009-08-28 16:10:54 $
|
||||
* $Author: marj_nl_fr $
|
||||
*
|
||||
*/
|
||||
require_once("../class2.php");
|
||||
@@ -21,6 +21,8 @@ if (!getperms("C"))
|
||||
exit;
|
||||
}
|
||||
|
||||
include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/admin/lan_'.e_PAGE);
|
||||
|
||||
$e_sub_cat = 'cache';
|
||||
|
||||
require_once("auth.php");
|
||||
|
Reference in New Issue
Block a user