Exemplo n.º 1
0
 /**
  * Resets local license key
  * 
  * @return XenForo_ControllerResponse_Abstract
  */
 public function actionResetLocalKey()
 {
     LiquidPro_SimpleForms_Option_LicenseKey::resetLocalKey();
     return $this->responseRedirect(XenForo_ControllerResponse_Redirect::SUCCESS, XenForo_Link::buildAdminLink('forms'));
 }