LaFactoriaVerde_Web/logout.php
2010-10-06 15:53:49 +00:00

15 lines
234 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>