]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/www/logout.php
Se agrega el mensaje de error.
[mecon/intranet.git] / sistema / www / logout.php
index 0aaf7b5fb84e52850910a6d616cef8496608b5c4..b7ef64980f2d50aa0fa4a7bfeda8a9f42d0ee2fe 100644 (file)
@@ -1,5 +1,4 @@
 <?
-session_start();
 session_destroy();
-header('location: noticias.php');
+header('Location: noticias');
 ?>