File "index.php"
Full Path: /home/analogde/www/RaspBerry/Dev/Raspberry/Serrure/index.php
File size: 89 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
session_start();
$_SESSION['logged']= "no";
header('Location: login.php');
?>