webApp()->requireLoginRedir(); if (isset($params['id'])) { app\models\CuentaSel::select($params['id']); $this->redirect($_SERVER["HTTP_REFERER"]); } } }