LaFactoriaVerde_Web/logout.php
2010-07-21 17:15:00 +00:00

14 lines
245 B
PHP

<?
include ("config.php");
//destroys the session, the variables are not longer set
session_start();
session_destroy();
?>
<html>
<meta http-equiv="refresh" content="0;url=http://www<?php echo $domain; ?>">
</html>