mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 04:10:38 +02:00
Issue #125 The require_once() cleanup.
This commit is contained in:
@@ -67,9 +67,7 @@ if(is_array($pref['lan_log_list'])) //... and for any plugins which support it
|
||||
unset($qs);
|
||||
|
||||
require_once (e_ADMIN.'auth.php');
|
||||
require_once (e_HANDLER.'message_handler.php');
|
||||
require_once (e_HANDLER.'form_handler.php');
|
||||
//$frm = new e_form(false);
|
||||
|
||||
$mes = e107::getMessage();
|
||||
$frm = e107::getForm();
|
||||
|
||||
|
Reference in New Issue
Block a user