* @copyright 2017 Azelab * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of Azelab */ class AdminArCuController extends ModuleAdminController { public function initContent() { $url = Context::getContext()->link->getAdminLink('AdminModules') . '&configure=' . $this->module->name . '&activeTab=callbacks'; Tools::redirectAdmin($url); } }