source: Logout.php@ 75f74d9

main
Last change on this file since 75f74d9 was 75f74d9, checked in by Vlado 222039 <vlado.popovski@…>, 6 weeks ago

Initial commit: Adding Book Tracker code

  • Property mode set to 100644
File size: 119 bytes
Line 
1<?php
2
3 session_start();
4 $_SESSION = array();
5 session_destroy();
6
7 header("Location: ./Sign&Log.php");
8?>
Note: See TracBrowser for help on using the repository browser.