virt2/api/code/exit.php

4 lines
55 B
PHP
Executable File

<?php
session_destroy();
header( "Location: /" );
?>