mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
obsolete function removal
This commit is contained in:
@@ -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';
|
||||
|
||||
|
Reference in New Issue
Block a user