05.05.2025, 10:05
Hi all,
I can't find a way to display a link in the form :
https://host/logout
to build host, I tried
local referer = getheader('Referer')
local referer = getheader('Host')
But I always get bad information except when I'm local.
How can I get the current url? Thanks for the help.
I can't find a way to display a link in the form :
https://host/logout
to build host, I tried
local referer = getheader('Referer')
local referer = getheader('Host')
But I always get bad information except when I'm local.
How can I get the current url? Thanks for the help.