webchat/logout.php

4 lines
48 B
PHP
Raw Normal View History

2015-02-12 17:45:49 +00:00
<?php
session_start();
$_SESSION = array();
?>