Webbserver - Love Blomberg

Show sourcecode

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

public_html/exercises/databas/ovn_db2/

admin/
admin.php
home.php
login.php
logout.php

logout.php

7 lines ASCII Windows (CRLF)
<?php
session_start
();
session_unset();
session_destroy();
header("Location: login.php");
exit();
?>