- Redesigned the main page with a modern look and feel. - Added search and filtering functionality for drills. - Implemented pagination for browsing drills. - Added the ability for users to mark drills as favorites.
7 lines
98 B
PHP
7 lines
98 B
PHP
<?php
|
|
session_start();
|
|
session_unset();
|
|
session_destroy();
|
|
header('Location: index.php');
|
|
exit();
|