5 lines
86 B
PHP
5 lines
86 B
PHP
<?php
|
|
session_start();
|
|
session_destroy();
|
|
echo "<script>location.href='/'</script>"
|
|
?>
|