shop->getBaseURL(true); } // Generate Encrypted Token // Using IP ensures the token cannot be generated on one machine and used on another $encryption = new PhpEncryption(_NEW_COOKIE_KEY_); $token = $encryption->encrypt($ip); $this->context->smarty->assign([ 'return_url' => $return_url, 'bot_token' => $token, ]); $this->setTemplate('module:botlimiter/views/templates/front/verify.tpl'); } }