clipbucket/upload/logout.php
Arslan Hassan ee101b63b9 Fixed : Current page and Next Page
Fixed : Photo Download Issue
Fixed : Video by filename issue
Added : ClipBucket Security Key
Fixed : SEO URls little more
Cleaned : Functions
Added : Logout Hooks
Added : Module
Added : Signup Hooks
2012-03-17 12:50:07 +00:00

9 lines
No EOL
209 B
PHP

<?php
require_once 'includes/config.inc.php';
$userquery->logout();
if(cb_get_functions('logout')) cb_call_functions('logout');
setcookie('is_logout','yes',time()+3600,'/');
redirect_to(BASEURL);
?>