diff --git a/interface/owner/plugin/adminHandler/index.php b/interface/owner/plugin/adminHandler/index.php index c3ad081b3..f2c3a0552 100644 --- a/interface/owner/plugin/adminHandler/index.php +++ b/interface/owner/plugin/adminHandler/index.php @@ -5,7 +5,6 @@ require ROOT . '/library/preprocessor.php'; requireStrictRoute(); -$context = Model_Context::getInstance(); if ((isset($_REQUEST['name'])) && (isset($adminHandlerMappings[$_REQUEST['name']]))) { $IV = array ( @@ -23,6 +22,8 @@ } if (Validator::validate($IV)) { + $context = Model_Context::getInstance(); + $plugin = $adminHandlerMappings[$_REQUEST['name']]['plugin']; $handler = $adminHandlerMappings[$_REQUEST['name']]['handler']; diff --git a/plugins/refererkeyword/index.php b/plugins/refererkeyword/index.php index 7e3baec2c..8c03daf6a 100644 --- a/plugins/refererkeyword/index.php +++ b/plugins/refererkeyword/index.php @@ -11,7 +11,7 @@ Last modified at : 2008.3.19 by gendoh (http://gendoh.com) 2008.3.21 by Chiri (http://moonmelody.com) 2015.2.16 by inureyes (http://forest.nubimaru.com) - + This plugin shows referer keyword statistics for a week on administration menu. For the detail, visit http://forum.tattersite.com/ko