moment04/
admin.php
functions.php
logout.php
index.php
login.php
signup.php
change_password.php
admin/
authorized.php
users/
admin.json
HogeN.json
Hej.json
sixten.json
posts/
167db73f2a604dd391f1303a25cb2443.json
wesweb01/moment04/logout.php
1 lines
1
<?phpsession_start();session_unset(); # Döda sessionen.session_destroy();header("location: index.php"); # Går tillbaka till startsidan.?>