1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Issue #125 The require_once() cleanup.

This commit is contained in:
Cameron
2013-02-26 21:43:31 -08:00
parent b8b8a3e726
commit 31e658a2ae
10 changed files with 11 additions and 26 deletions

View File

@@ -33,10 +33,6 @@ include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/admin/lan_'.e_PAGE);
$e_sub_cat = 'admin';
require_once('auth.php');
require_once(e_HANDLER."form_handler.php");
require_once(e_HANDLER."message_handler.php");
//$frm = new e_form(true);
$frm = e107::getForm();
$mes = e107::getMessage();
$prm = e107::getUserPerms();