Game-Jaming/Backend/Controllers/Group/Logout.php

7 lines
74 B
PHP

<?php
session_start();
session_destroy();
echo http_response_code(200);