* @copyright 2007-2017 Amazzing * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) */ class AdminBlogController extends ModuleAdminController { public function __construct() { parent::__construct(); Tools::redirectAdmin($this->module->getConfigPagePath()); } }