leaderbin/modules/login.php
Josh Sherman 3e769286d2 Added logout to the header
Displaying options based on if the user is authenticated or not.
2013-12-16 22:19:32 -05:00

7 lines
51 B
PHP

<?php
class login extends AnonymousModule
{
}
?>