ajout du texte sur la licence
authorweb <web>
Fri, 8 Oct 2004 19:46:31 +0000 (19:46 +0000)
committerweb <web>
Fri, 8 Oct 2004 19:46:31 +0000 (19:46 +0000)
scripts/carva/error.php
scripts/carva/redirect.php

index c24f771..d3df20d 100644 (file)
@@ -1,4 +1,26 @@
 <?php
+/***************************************************************************
+ *  Copyright (C) 2003-2004 Polytechnique.org                              *
+ *  http://opensource.polytechnique.org/                                   *
+ *                                                                         *
+ *  This program is free software; you can redistribute it and/or modify   *
+ *  it under the terms of the GNU General Public License as published by   *
+ *  the Free Software Foundation; either version 2 of the License, or      *
+ *  (at your option) any later version.                                    *
+ *                                                                         *
+ *  This program is distributed in the hope that it will be useful,        *
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of         *
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the          *
+ *  GNU General Public License for more details.                           *
+ *                                                                         *
+ *  You should have received a copy of the GNU General Public License      *
+ *  along with this program; if not, write to the Free Software            *
+ *  Foundation, Inc.,                                                      *
+ *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                *
+ ***************************************************************************
+        $Id: error.php,v 1.2 2004-10-08 19:46:31 web Exp $
+ ***************************************************************************/
+
 header("HTTP/1.0 404 Not Found");
 ?>
 
index 3d07587..80a1ef5 100644 (file)
@@ -1,10 +1,28 @@
 <?php
+/***************************************************************************
+ *  Copyright (C) 2003-2004 Polytechnique.org                              *
+ *  http://opensource.polytechnique.org/                                   *
+ *                                                                         *
+ *  This program is free software; you can redistribute it and/or modify   *
+ *  it under the terms of the GNU General Public License as published by   *
+ *  the Free Software Foundation; either version 2 of the License, or      *
+ *  (at your option) any later version.                                    *
+ *                                                                         *
+ *  This program is distributed in the hope that it will be useful,        *
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of         *
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the          *
+ *  GNU General Public License for more details.                           *
+ *                                                                         *
+ *  You should have received a copy of the GNU General Public License      *
+ *  along with this program; if not, write to the Free Software            *
+ *  Foundation, Inc.,                                                      *
+ *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                *
+ ***************************************************************************
+        $Id: redirect.php,v 1.2 2004-10-08 19:46:31 web Exp $
+ ***************************************************************************/
 
-require("auto.prepend.inc.php");
-
-/*echo "<pre>";
-var_dump($_SERVER);
-echo "</pre>";*/
+require_once("../../include/config.xorg.inc.php") ;
+require_once("../../include/xorg.common.inc.php");
 
 // on coupe la chaîne REQUEST_URI selon les / et on ne garde que
 // le premier non vide et éventuellement le second