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