git-svn-id: https://192.168.0.254/svn/Proyectos.LaFactoriaVerde_Web/trunk@2 017afc1c-778d-45dc-8efe-cc7a6876851a
15 lines
234 B
PHP
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>
|
|
|
|
|
|
|
|
|
|
|