Ajout du skinnage de la fiche sur la skin trapped
[platal.git] / htdocs / index.php
index 82e9a41..3d6c6cd 100644 (file)
  *  Foundation, Inc.,                                                      *
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                *
  ***************************************************************************/
-
 require_once("xorg.inc.php");
 new_skinned_page('index.tpl', AUTH_PUBLIC);
 if (logged()) {
-    header("Location: login.php");
+    redirect("login.php");
 }
 $page->run();
 ?>