1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 00:54:49 +02:00

Issue #73 Deprecated admin_handlers.php file.

This commit is contained in:
Cameron
2013-02-26 17:17:31 -08:00
parent 45ac119d83
commit fdf78c92a4
14 changed files with 65 additions and 72 deletions

View File

@@ -22,10 +22,6 @@ if (ADMIN == TRUE)
$tp = e107::getParser();
$pref = e107::getPref();
$ns = e107::getRender();
// require_once(e_HANDLER."userclass_class.php");
// require_once(e_ADMIN."ad_links.php");
require_once(e_HANDLER.'admin_handler.php');
$nav = e107::getNav();