1
0
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:
Tijn Kuyper
2013-03-04 00:17:31 +01:00
parent 950e3e35ea
commit 4cfb2a5c67
7 changed files with 10 additions and 80 deletions

View File

@@ -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');