webApp()->requireLoginRedir(); if (isset($params['id'])) { $this->webApp()->setCuenta($params['id']); $this->redirect($_SERVER["HTTP_REFERER"]); } } }