changement d'un texte pour l'ergonomie de la carte geoloc
[platal.git] / htdocs / carnet / panel.php
index 922c5dd..f67de53 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /***************************************************************************
- *  Copyright (C) 2003-2004 Polytechnique.org                              *
+ *  Copyright (C) 2003-2006 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -25,7 +25,7 @@ require_once('notifs.inc.php');
 
 if(Get::has('read')) {
     $_SESSION['watch_last'] = Get::get('read');
-    header("Location: panel.php");
+    redirect("panel.php");
 }
 
 $page->assign('now',date('YmdHis'));