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

5 lines
43 B
PHP

<?php
session_start();
session_destroy();