20.04.2017, 16:16
(20.04.2017, 15:37)admin Wrote: You can use request.username in that lp file.
Yes this is the most elegant solution and only interesting thing is that when nobody is logged in (only get method in webbrowser) it returns "admin".
With this method .lp file should looks like:
Code:
<?
print(request.username)
?>