diff options
Diffstat (limited to 'cgi-bin/logout')
| -rwxr-xr-x | cgi-bin/logout | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cgi-bin/logout b/cgi-bin/logout new file mode 100755 index 0000000..ac3888a --- /dev/null +++ b/cgi-bin/logout @@ -0,0 +1,12 @@ +#!/usr/bin/perl + +######################################### +# logout +# i love logging out +######################################### + +use localbucky; + +logout(); +print "Logout: " . &report_time() . "\n" if $timer; + |
