]> git.llucax.com Git - mecon/intranet.git/blob - sistema/www/logout.php
-Agregué el popup de la novedad del día.
[mecon/intranet.git] / sistema / www / logout.php
1 <?
2 session_start();
3 session_destroy();
4 header('location: noticias.php');
5 ?>