1
0
Fork 0
This repository has been archived on 2024-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
veranstaltung/abmelden.php
2014-01-10 17:02:12 +01:00

6 lines
No EOL
228 B
PHP

<?php
session_start(); //Session starten ...
session_destroy(); // ... um sie danach zu loeschen ...
header("Location: http://localhost/mysql/veranstaltung/veranstaltungen.php"); // ... und gleich zur Hauptseite weiterleiten
?>