File manager - Edit - /usr/share/webmin/servers/logout.cgi
Back
#!/usr/bin/perl # logout.cgi # Cancel the username and password cookie for a server use strict; use warnings; no warnings 'redefine'; no warnings 'uninitialized'; require './servers-lib.pl'; &ReadParse(); our (%in); print "Set-Cookie: $in{'id'}=; path=/"; if (uc($ENV{'HTTPS'}) eq 'ON') { print "; secure"; } print "\n"; &redirect("");
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.42 |
proxy
|
phpinfo
|
Settings