/web/htdocs/www.euroroma.net/home/admin/logout.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<? 
session_start
(); 
?>

<html>
<head>

<LINK  href="../immagini/styleadmin.css" type=text/css rel=stylesheet>

<title></title>

<META HTTP-EQUIV="refresh" content="2; URL=index.php">


</head>
<body>
<div id="container">
    <div id="content">
        <TABLE width="100%" border="0">
        <TR>
            <TD width="100%" height="500"align="center" valign="top">
                <TABLE class="biografia">
                <TR>
                    <td height="50"><? $_SESSION = array(); ?>Bye! Bye!</td>
                </TR>
                </TABLE>

            </TD>
        </TR>
        </TABLE>
    </div>
</div>
</body>
</html>