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