1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40: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

@@ -2,14 +2,11 @@
/*
* e107 website system
*
* Copyright (C) 2008-2009 e107 Inc (e107.org)
* Copyright (C) 2008-2013 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
* Plugin Administration - Online menu
* $URL$
* $Id$
*
*/
@@ -23,8 +20,7 @@ if (!getperms('1'))
exit ;
}
require_once(e_ADMIN.'auth.php');
require_once(e_HANDLER.'message_handler.php');
require_once(e_HANDLER.'form_handler.php');
$mes = e107::getMessage();
$frm = e107::getForm();