Your IP : 216.73.216.48


Current Path : /hdd/hdd11/www/vlevski/passornot/actions/user/
Upload File :
Current File : /hdd/hdd11/www/vlevski/passornot/actions/user/logout.php

<?php
session_start();
session_destroy();
header('Location: /index.php');
exit;
?>