JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
/admin_pages: listing sorts, missing image doesn't bork ckeditor
[wfpl-cms.git] / logout.php
1 <?php
2
3 function logout_main() {
4         kill_session();
5         message('logged out successfully');
6         return './';
7 }