Show sourcecode

The following files exists in this folder. Click to view.

webbutv3/ovningar/formular/

email.php
index.php
login.php
logout.php

logout.php

4 lines ASCII Windows (CRLF)
1
2
3
4
<?php
session_start
();
session_destroy();
header("Location: login.php");