|
reSIProcate/repro
9694
|
00001 <?php 00002 require('reprofunctions.php'); 00003 00004 clearCookies(); 00005 ?> 00006 00007 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 00008 00009 <!-- 00010 System: Repro 00011 File: logout.php 00012 Purpose: Clears cookies and logs the user out of the system 00013 Author: S. Chanin 00014 --> 00015 <html> 00016 <head> 00017 <link rel="stylesheet" type="text/css" href="repro_style.css" /> 00018 <title>Logout</title> 00019 </head> 00020 00021 <body> 00022 <h1 class="title">Repro</h1> 00023 00024 <h1>Logout</h1> 00025 <hr /> 00026 00027 00028 <p>You have been safely logged out.</p> 00029 00030 <br /><hr /> 00031 <a href="index.php">Return to Welcome Page</a> 00032 <br /> 00033 00034 </body> 00035 </html>
1.7.5.1