mirror of
https://github.com/e107inc/e107.git
synced 2025-06-10 13:11:48 +02:00
obsolete function removal
This commit is contained in:
parent
c5f682da90
commit
b349d5a80d
@ -9,19 +9,8 @@
|
|||||||
* $URL$
|
* $URL$
|
||||||
* $Id$
|
* $Id$
|
||||||
*
|
*
|
||||||
*/
|
|
||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @package e107
|
|
||||||
* @category e107_handlers
|
|
||||||
* @version $Id$
|
|
||||||
* @author e107inc
|
|
||||||
*
|
|
||||||
* Plugin administration area
|
* Plugin administration area
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once("../class2.php");
|
require_once("../class2.php");
|
||||||
@ -31,7 +20,7 @@ if (!getperms("Z"))
|
|||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/admin/lan_'.e_PAGE);
|
e107::coreLan('plugin', true);
|
||||||
|
|
||||||
$e_sub_cat = 'plug_manage';
|
$e_sub_cat = 'plug_manage';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user