X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/c679d9010451b986bae719a6abe0458af2b2dfb9..441dac1d747dab43e3559ee68f18a273512064cd:/cgit.c?ds=inline diff --git a/cgit.c b/cgit.c index 6301b87..2f07e6d 100644 --- a/cgit.c +++ b/cgit.c @@ -645,7 +645,7 @@ static inline void open_auth_filter(const char *function) ctx.env.https ? ctx.env.https : "", ctx.qry.repo ? ctx.qry.repo : "", ctx.qry.page ? ctx.qry.page : "", - ctx.qry.url ? ctx.qry.url : "", + cgit_currentfullurl(), cgit_loginurl()); }