JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
use ckeditor 4.1.2_full
[wfpl-cms.git] / logout.php
1 <?php
2
3 function logout_main() {
4         kill_session();
5         message('logged out successfully');
6         return './';
7 }