1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-17 20:01:47 +02:00

#125 - require_once() clean-up, also header and various other clean-up

This commit is contained in:
Tijn Kuyper
2013-02-27 15:18:48 +01:00
parent 8e6d5fbaeb
commit e2a9133e80
5 changed files with 62 additions and 101 deletions

View File

@@ -8,9 +8,6 @@
*
* Plugin Administration - Blog calendar menu
*
* $URL$
* $Id$
*
*/
$eplug_admin = TRUE;
require_once("../../class2.php");
@@ -24,8 +21,6 @@ if (!getperms("1"))
}
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();