mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-03-29 17:14:46 +02:00
- removed deprecated functions (mysql) - adding function: select view at login - adapting queries to database structure - some minor stuff
7 lines
59 B
PHP
7 lines
59 B
PHP
<?php
|
|
|
|
session_unset();
|
|
header("Location: index.php");
|
|
|
|
?>
|