Webbserverprogrammering 1

Show sourcecode

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

webbserverprogrammering/projects/anton-quiz/endpoints/

admin/
check_answers.php
create-account.php
log-in.php
log-out.php

log-out.php

5 lines ASCII Windows (CRLF)
<?php
session_start
();
session_destroy();
header("Location: ../index.php");
exit;