AJAXBot/www/jews.php

5 lines
75 B
PHP
Raw Normal View History

<?php
session_start();
session_destroy();
header("Location: index.php");
?>