JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
don't warn about me having to set the price again if they haven't approved it yet
[contractor-progress.git] / logout.php
1 <?php
2
3 function logout_main() {
4         kill_session();
5         session_new();
6         message('Logged out');
7         return './';
8 }