mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 17:44:37 +02:00
Issue #125 - require_once, header and LAN clean-up
This commit is contained in:
@@ -8,9 +8,6 @@
|
||||
*
|
||||
* Plugin Administration - Comment menu
|
||||
*
|
||||
*
|
||||
* $URL$
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
$eplug_admin = TRUE;
|
||||
@@ -24,8 +21,6 @@ if (!getperms("1"))
|
||||
exit() ;
|
||||
}
|
||||
require_once(e_ADMIN."auth.php");
|
||||
require_once(e_HANDLER.'form_handler.php');
|
||||
require_once(e_HANDLER.'message_handler.php');
|
||||
$frm = e107::getForm();
|
||||
$mes = e107::getMessage();
|
||||
$menu_config = e107::getConfig('menu');
|
||||
|
Reference in New Issue
Block a user