|
@@ -55,7 +55,7 @@ class CoflController extends Controller
|
|
$cid = $book_info->first_cid;
|
|
$cid = $book_info->first_cid;
|
|
}
|
|
}
|
|
$params['cid'] = $cid;
|
|
$params['cid'] = $cid;
|
|
- $url = $this->getLink($user[1]).'/reader?'.http_build_query($params);
|
|
|
|
|
|
+ $url = $this->getLink($user[1]).'reader?'.http_build_query($params);
|
|
Log::info('$ur is: '.$url);
|
|
Log::info('$ur is: '.$url);
|
|
return redirect()->to($url);
|
|
return redirect()->to($url);
|
|
}
|
|
}
|