diff --git a/contact.php b/contact.php index 75a359b5e..3ecf0f372 100644 --- a/contact.php +++ b/contact.php @@ -3,13 +3,10 @@ * contact.php * Formulaire d'envoi de mail * Ce script fait partie de l'application GRR - * Dernière modification : $Date: 2009-09-29 18:02:56 $ - * @author Laurent Delineau - * @copyright Copyright 2003-2008 Laurent Delineau + * Dernière modification : $Date: 2017-12-16 14:00$ + * @author Laurent Delineau & JeromeB + * @copyright Copyright 2003-2018 Team DEVOME - JeromeB * @link http://www.gnu.org/licenses/licenses.html - * @package root - * @version $Id: contact.php,v 1.4 2009-09-29 18:02:56 grr Exp $ - * @filesource * * This file is part of GRR. * @@ -17,15 +14,6 @@ * 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. - * - * GRR 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 GRR; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ include_once('include/connect.inc.php'); include_once('include/config.inc.php'); diff --git a/contactFormulaire.php b/contactFormulaire.php index f33857e68..42dec48a8 100644 --- a/contactFormulaire.php +++ b/contactFormulaire.php @@ -1,4 +1,20 @@ - * @copyright Copyright 2003-2008 Laurent Delineau + * Dernière modification : $Date: 2017-12-16 14:00$ + * @author Laurent Delineau & JeromeB + * @copyright Copyright 2003-2018 Team DEVOME - JeromeB * @link http://www.gnu.org/licenses/licenses.html - * @package root - * @version $Id: del_entry.php,v 1.7 2009-06-04 15:30:17 grr Exp $ - * @filesource * * This file is part of GRR. * @@ -17,15 +14,6 @@ * 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. - * - * GRR 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 GRR; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ include "include/connect.inc.php"; include "include/config.inc.php"; diff --git a/edit_entry.php b/edit_entry.php index c79402854..23fca39c2 100644 --- a/edit_entry.php +++ b/edit_entry.php @@ -3,13 +3,10 @@ * edit_entry.php * Interface d'édition d'une réservation * Ce script fait partie de l'application GRR - * Dernière modification : $Date: 2010-04-07 15:38:14 $ - * @author Laurent Delineau - * @copyright Copyright 2003-2008 Laurent Delineau + * Dernière modification : $Date: 2017-12-16 14:00$ + * @author Laurent Delineau & JeromeB + * @copyright Copyright 2003-2018 Team DEVOME - JeromeB * @link http://www.gnu.org/licenses/licenses.html - * @package root - * @version $Id: edit_entry.php,v 1.17 2010-04-07 15:38:14 grr Exp $ - * @filesource * * This file is part of GRR. * @@ -17,15 +14,6 @@ * 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. - * - * GRR 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 GRR; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ ini_set('display_errors', 'On'); error_reporting(E_ALL); diff --git a/edit_entry_beneficiaire.php b/edit_entry_beneficiaire.php index 27368d016..8f5c51d9c 100644 --- a/edit_entry_beneficiaire.php +++ b/edit_entry_beneficiaire.php @@ -3,13 +3,10 @@ * edit_entry_beneficiaire.php * Page "Ajax" utilisée dans edit_entry.php * Ce script fait partie de l'application GRR - * Dernière modification : $Date: 2010-04-07 17:49:56 $ - * @author Laurent Delineau - * @copyright Copyright 2003-2008 Laurent Delineau + * Dernière modification : $Date: 2017-12-16 14:00$ + * @author Laurent Delineau & JeromeB + * @copyright Copyright 2003-2018 Team DEVOME - JeromeB * @link http://www.gnu.org/licenses/licenses.html - * @package root - * @version $Id: edit_entry_types.php,v 1.10 2010-04-07 17:49:56 grr Exp $ - * @filesource * * This file is part of GRR. * @@ -17,19 +14,6 @@ * 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. - * - * GRR 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 GRR; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ -/** - * $Log: edit_entry_beneficiaire.php,v $ - * */ include_once "include/admin.inc.php"; /* Ce script a besoin d'un argument passés par la méthode GET : diff --git a/edit_entry_champs_add.php b/edit_entry_champs_add.php index 49d8e8145..4091949c2 100644 --- a/edit_entry_champs_add.php +++ b/edit_entry_champs_add.php @@ -3,13 +3,10 @@ * edit_entry_champs_add.php * Page "Ajax" utilisée pour générer les champs additionnels dans la page de réservation * Ce script fait partie de l'application GRR - * Dernière modification : $Date: 2009-09-29 18:02:56 $ - * @author Laurent Delineau - * @copyright Copyright 2003-2008 Laurent Delineau + * Dernière modification : $Date: 2017-12-16 14:00$ + * @author Laurent Delineau & JeromeB + * @copyright Copyright 2003-2018 Team DEVOME - JeromeB * @link http://www.gnu.org/licenses/licenses.html - * @package root - * @version $Id: edit_entry_champs_add.php,v 1.6 2009-09-29 18:02:56 grr Exp $ - * @filesource * * This file is part of GRR. * @@ -17,28 +14,6 @@ * 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. - * - * GRR 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 GRR; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ -/** - * $Log: edit_entry_champs_add.php,v $ - * Revision 1.6 2009-09-29 18:02:56 grr - * *** empty log message *** - * - * Revision 1.5 2008-11-16 22:00:58 grr - * *** empty log message *** - * - * Revision 1.4 2008-11-11 22:01:14 grr - * *** empty log message *** - * - * */ include "include/admin.inc.php"; /* Ce script a besoin de trois arguments passés par la méthode GET : diff --git a/edit_entry_handler.php b/edit_entry_handler.php index d7e435351..d113aa886 100644 --- a/edit_entry_handler.php +++ b/edit_entry_handler.php @@ -3,13 +3,10 @@ * edit_entry_handler.php * Permet de vérifier la validitée de l'édition ou de la création d'une réservation * Ce script fait partie de l'application GRR - * Dernière modification : $Date: 2010-03-03 14:41:34 $ - * @author Laurent Delineau - * @copyright Copyright 2003-2008 Laurent Delineau + * Dernière modification : $Date: 2017-12-16 14:00$ + * @author Laurent Delineau & JeromeB + * @copyright Copyright 2003-2018 Team DEVOME - JeromeB * @link http://www.gnu.org/licenses/licenses.html - * @package root - * @version $Id: edit_entry_handler.php,v 1.12 2010-03-03 14:41:34 grr Exp $ - * @filesource * * This file is part of GRR. * @@ -17,15 +14,6 @@ * 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. - * - * GRR 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 GRR; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ include "include/connect.inc.php"; include "include/config.inc.php"; diff --git a/edit_entry_types.php b/edit_entry_types.php index 8735a3684..e6659f0cb 100644 --- a/edit_entry_types.php +++ b/edit_entry_types.php @@ -3,13 +3,10 @@ * edit_entry_types.php * Page "Ajax" utilisée pour générer les types * Ce script fait partie de l'application GRR - * Dernière modification : $Date: 2010-04-07 17:49:56 $ - * @author Laurent Delineau - * @copyright Copyright 2003-2008 Laurent Delineau + * Dernière modification : $Date: 2017-12-16 14:00$ + * @author Laurent Delineau & JeromeB + * @copyright Copyright 2003-2018 Team DEVOME - JeromeB * @link http://www.gnu.org/licenses/licenses.html - * @package root - * @version $Id: edit_entry_types.php,v 1.10 2010-04-07 17:49:56 grr Exp $ - * @filesource * * This file is part of GRR. * @@ -17,15 +14,6 @@ * 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. - * - * GRR 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 GRR; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ include "include/admin.inc.php"; // Initialisation diff --git a/footer.php b/footer.php index eced48b4c..2f323c198 100644 --- a/footer.php +++ b/footer.php @@ -1,6 +1,3 @@ - diff --git a/index.php b/index.php index 64a1c4a24..0509d725e 100644 --- a/index.php +++ b/index.php @@ -2,15 +2,11 @@ /** * index.php * Ce script fait partie de l'application GRR - * Dernière modification : $Date: 2010-04-07 15:38:14 $ - * @author Laurent Delineau - * @author Marc-Henri PAMISEUX - * @copyright Copyright 2003-2008 Laurent Delineau - * @copyright Copyright 2008 Marc-Henri PAMISEUX + * Ce script fait partie de l'application GRR + * Dernière modification : $Date: 2017-12-16 14:00$ + * @author Laurent Delineau & JeromeB + * @copyright Copyright 2003-2018 Team DEVOME - JeromeB * @link http://www.gnu.org/licenses/licenses.html - * @package admin - * @version $Id: index.php,v 1.10 2010-04-07 15:38:14 grr Exp $ - * @filesource * * This file is part of GRR. * @@ -18,15 +14,6 @@ * 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. - * - * GRR 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 GRR; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ if (!@file_exists("/var/www/lcs/includes/headerauth.inc.php")) error_reporting (E_ALL); diff --git a/install_mysql.php b/install_mysql.php index 70dc61690..c551b6001 100644 --- a/install_mysql.php +++ b/install_mysql.php @@ -3,13 +3,10 @@ * install_mysql.php * Interface d'installation de GRR pour un environnement mysql * Ce script fait partie de l'application GRR - * Dernière modification : $Date: 2009-10-09 07:55:48 $ - * @author Laurent Delineau - * @copyright Copyright 2003-2008 Laurent Delineau + * Dernière modification : $Date: 2017-12-16 14:00$ + * @author Laurent Delineau & JeromeB + * @copyright Copyright 2003-2018 Team DEVOME - JeromeB * @link http://www.gnu.org/licenses/licenses.html - * @package root - * @version $Id: install_mysql.php,v 1.9 2009-10-09 07:55:48 grr Exp $ - * @filesource * * This file is part of GRR. * @@ -17,15 +14,6 @@ * 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. - * - * GRR 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 GRR; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ require_once("include/config.inc.php"); require_once("include/misc.inc.php"); diff --git a/login.php b/login.php index f2772efa0..35293d17d 100644 --- a/login.php +++ b/login.php @@ -3,15 +3,10 @@ * login.php * interface de connexion * Ce script fait partie de l'application GRR - * Dernière modification : $Date: 2009-12-16 14:52:31 $ - * @author Laurent Delineau - * @author Marc-Henri PAMISEUX - * @copyright Copyright 2003-2008 Laurent Delineau - * @copyright Copyright 2008 Marc-Henri PAMISEUX + * Dernière modification : $Date: 2017-12-16 14:00$ + * @author Laurent Delineau & JeromeB + * @copyright Copyright 2003-2018 Team DEVOME - JeromeB * @link http://www.gnu.org/licenses/licenses.html - * @package admin - * @version $Id: login.php,v 1.10 2009-12-16 14:52:31 grr Exp $ - * @filesource * * This file is part of GRR. * @@ -19,15 +14,6 @@ * 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. - * - * GRR 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 GRR; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ include "include/connect.inc.php"; include "include/config.inc.php"; diff --git a/logout.php b/logout.php index d2ab2be84..141b0dffe 100644 --- a/logout.php +++ b/logout.php @@ -3,13 +3,10 @@ * logout.php * script de deconnexion * Ce script fait partie de l'application GRR - * Dernière modification : $Date: 2009-06-04 15:30:17 $ - * @author Laurent Delineau - * @copyright Copyright 2003-2008 Laurent Delineau + * Dernière modification : $Date: 2017-12-16 14:00$ + * @author Laurent Delineau & JeromeB + * @copyright Copyright 2003-2018 Team DEVOME - JeromeB * @link http://www.gnu.org/licenses/licenses.html - * @package root - * @version $Id: logout.php,v 1.6 2009-06-04 15:30:17 grr Exp $ - * @filesource * * This file is part of GRR. * @@ -17,15 +14,6 @@ * 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. - * - * GRR 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 GRR; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ require_once("include/connect.inc.php"); require_once("include/config.inc.php"); diff --git a/menu_gauche.php b/menu_gauche.php index 7d56f898a..d8662aaae 100644 --- a/menu_gauche.php +++ b/menu_gauche.php @@ -1,4 +1,20 @@ - * @copyright Copyright 2003-2008 Laurent Delineau + * Ce script fait partie de l'application GRR + * Dernière modification : $Date: 2017-12-16 14:00$ + * @author Laurent Delineau & JeromeB + * @copyright Copyright 2003-2018 Team DEVOME - JeromeB * @link http://www.gnu.org/licenses/licenses.html - * @package root - * @version $Id: moderate_entry_do.php,v 1.7 2009-04-14 12:59:17 grr Exp $ - * @filesource * * This file is part of GRR. * @@ -16,15 +14,6 @@ * 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. - * - * GRR 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 GRR; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ include "include/connect.inc.php"; include "include/config.inc.php"; diff --git a/modif_listes.php b/modif_listes.php index 0f9018725..d9dad51f4 100644 --- a/modif_listes.php +++ b/modif_listes.php @@ -2,13 +2,11 @@ /** * modif_listes.php * Page "Ajax" utilisée pour générer les listes de domaines et de ressources - * Dernière modification : $Date: 2009-04-14 12:59:17 $ - * @author Laurent Delineau - * @copyright Copyright 2003-2008 Laurent Delineau + * Ce script fait partie de l'application GRR + * Dernière modification : $Date: 2017-12-16 14:00$ + * @author Laurent Delineau & JeromeB + * @copyright Copyright 2003-2018 Team DEVOME - JeromeB * @link http://www.gnu.org/licenses/licenses.html - * @package root - * @version $Id: modif_listes.php,v 1.2 2009-04-14 12:59:17 grr Exp $ - * @filesource * * This file is part of GRR. * @@ -16,16 +14,8 @@ * 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. - * - * GRR 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 GRR; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + //Arguments passés par la méthode GET : //$id_site : l'identifiant du site //$area : domaine diff --git a/month.php b/month.php index c482f2e42..a517f8686 100644 --- a/month.php +++ b/month.php @@ -3,13 +3,10 @@ * month.php * Interface d'accueil avec affichage par mois * Ce script fait partie de l'application GRR - * Dernière modification : $Date: 2010-03-03 14:41:34 $ - * @author Laurent Delineau - * @copyright Copyright 2003-2008 Laurent Delineau + * Dernière modification : $Date: 2017-12-16 14:00$ + * @author Laurent Delineau & JeromeB + * @copyright Copyright 2003-2018 Team DEVOME - JeromeB * @link http://www.gnu.org/licenses/licenses.html - * @package root - * @version $Id: month.php,v 1.19 2010-03-03 14:41:34 grr Exp $ - * @filesource * * This file is part of GRR. * @@ -17,15 +14,6 @@ * 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. - * - * GRR 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 GRR; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ $grr_script_name = "month.php"; diff --git a/my_account.php b/my_account.php index 2b4970f4e..851d6649f 100644 --- a/my_account.php +++ b/my_account.php @@ -2,15 +2,11 @@ /** * my_account.php * Interface permettant à l'utilisateur de gérer son compte dans l'application GRR - * Dernière modification : $Date: 2009-06-04 15:30:17 $ - * @author Laurent Delineau - * @author Marc-Henri PAMISEUX - * @copyright Copyright 2003-2008 Laurent Delineau - * @copyright Copyright 2008 Marc-Henri PAMISEUX + * Ce script fait partie de l'application GRR + * Dernière modification : $Date: 2017-12-16 14:00$ + * @author Laurent Delineau & JeromeB + * @copyright Copyright 2003-2018 Team DEVOME - JeromeB * @link http://www.gnu.org/licenses/licenses.html - * @package root - * @version $Id: my_account.php,v 1.11 2009-06-04 15:30:17 grr Exp $ - * @filesource * * This file is part of GRR. * @@ -18,15 +14,6 @@ * 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. - * - * GRR 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 GRR; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ include_once('include/connect.inc.php'); include_once('include/config.inc.php'); diff --git a/my_account_modif_listes.php b/my_account_modif_listes.php index 7167c6e86..5aad4c786 100644 --- a/my_account_modif_listes.php +++ b/my_account_modif_listes.php @@ -2,13 +2,11 @@ /** * my_account_modif_listes.php * Page "Ajax" utilisée pour générer les listes de domaines et de ressources, en liaison avec my_account.php - * Dernière modification : $Date: 2009-04-14 12:59:17 $ - * @author Laurent Delineau - * @copyright Copyright 2003-2008 Laurent Delineau + * Ce script fait partie de l'application GRR + * Dernière modification : $Date: 2017-12-16 14:00$ + * @author Laurent Delineau & JeromeB + * @copyright Copyright 2003-2018 Team DEVOME - JeromeB * @link http://www.gnu.org/licenses/licenses.html - * @package root - * @version $Id: my_account_modif_listes.php,v 1.4 2009-04-14 12:59:17 grr Exp $ - * @filesource * * This file is part of GRR. * @@ -16,15 +14,6 @@ * 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. - * - * GRR 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 GRR; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ //Arguments passés par la méthode GET : //$use_site : 'y' (fonctionnalité multisite activée) ou 'n' (fonctionnalité multisite désactivée) diff --git a/pdfgenerator.php b/pdfgenerator.php index 425770b2d..20afed36b 100644 --- a/pdfgenerator.php +++ b/pdfgenerator.php @@ -1,4 +1,20 @@ - * @copyright Copyright 2003-2008 Laurent Delineau + * Dernière modification : $Date: 2017-12-16 14:00$ + * @author Laurent Delineau & JeromeB + * @copyright Copyright 2003-2018 Team DEVOME - JeromeB * @link http://www.gnu.org/licenses/licenses.html - * @package root - * @version $Id: report.php,v 1.17 2010-01-06 10:21:19 grr Exp $ - * @filesource * * This file is part of GRR. * @@ -17,15 +14,6 @@ * 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. - * - * GRR 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 GRR; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ include "include/connect.inc.php"; include "include/config.inc.php"; diff --git a/test_form.php b/test_form.php index 0c8bf3470..596f31d6f 100644 --- a/test_form.php +++ b/test_form.php @@ -1,4 +1,20 @@ Page de traitement du formulaire contact.php -----*/ +/* + * traitementcontact.php + * envois l'email suite au formulaire + * Ce script fait partie de l'application GRR + * Dernière modification : $Date: 2017-12-16 14:00$ + * @author Laurent Delineau & JeromeB + * @copyright Copyright 2003-2018 Team DEVOME - JeromeB + * @link http://www.gnu.org/licenses/licenses.html + * + * This file is part of GRR. + * + * GRR 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. + */ include "include/connect.inc.php"; include "include/config.inc.php"; include "include/misc.inc.php"; diff --git a/validation.php b/validation.php index f502174fd..0434a27b7 100644 --- a/validation.php +++ b/validation.php @@ -3,29 +3,17 @@ * validation.php * Interface de visualisation d'une réservation * Ce script fait partie de l'application GRR - * Dernière modification : $Date: 2010-04-07 15:38:14 $ - * @author Laurent Delineau - * @copyright Copyright 2003-2008 Laurent Delineau + * Dernière modification : $Date: 2017-12-16 14:00$ + * @author Laurent Delineau & JeromeB + * @copyright Copyright 2003-2018 Team DEVOME - JeromeB * @link http://www.gnu.org/licenses/licenses.html - * @package root - * @version $Id: validation.php,v 1.16 2015-04-07 15:38:14 grr Exp $ - * @filesource * * This file is part of GRR. * - * GRR is free software;you can redistribute it and/or modify + * GRR 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 + * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * - * GRR 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 GRR;if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ include "include/connect.inc.php"; diff --git a/verif_auto_grr.php b/verif_auto_grr.php index f3cb9724b..d988aa646 100644 --- a/verif_auto_grr.php +++ b/verif_auto_grr.php @@ -3,13 +3,10 @@ * verif_auto_grr.php * Exécution de taches automatiques * Ce script fait partie de l'application GRR - * Dernière modification : $Date: 2009-10-09 07:55:48 $ - * @author Laurent Delineau - * @copyright Copyright 2003-2008 Laurent Delineau + * Dernière modification : $Date: 2017-12-16 14:00$ + * @author Laurent Delineau & JeromeB + * @copyright Copyright 2003-2018 Team DEVOME - JeromeB * @link http://www.gnu.org/licenses/licenses.html - * @package root - * @version $Id: verif_auto_grr.php,v 1.5 2009-10-09 07:55:48 grr Exp $ - * @filesource * * This file is part of GRR. * @@ -17,15 +14,6 @@ * 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. - * - * GRR 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 GRR; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ $titre = "GRR - Exécution de tâches automatiques"; include "include/connect.inc.php"; diff --git a/view_entry.php b/view_entry.php index 19b46fed1..8870d49c7 100644 --- a/view_entry.php +++ b/view_entry.php @@ -3,29 +3,17 @@ * view_entry.php * Interface de visualisation d'une réservation * Ce script fait partie de l'application GRR - * Dernière modification : $Date: 2010-04-07 15:38:14 $ - * @author Laurent Delineau - * @copyright Copyright 2003-2008 Laurent Delineau + * Dernière modification : $Date: 2017-12-16 14:00$ + * @author Laurent Delineau & JeromeB + * @copyright Copyright 2003-2018 Team DEVOME - JeromeB * @link http://www.gnu.org/licenses/licenses.html - * @package root - * @version $Id: view_entry.php,v 1.16 2010-04-07 15:38:14 grr Exp $ - * @filesource * * This file is part of GRR. * - * GRR is free software;you can redistribute it and/or modify + * GRR 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 + * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * - * GRR 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 GRR;if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ echo '
'; include_once('include/connect.inc.php'); diff --git a/view_rights_area.php b/view_rights_area.php index 82bfd93e6..6ada215d1 100644 --- a/view_rights_area.php +++ b/view_rights_area.php @@ -3,13 +3,10 @@ * view_rights_area.php * Liste des privilèges d'un domaine * Ce script fait partie de l'application GRR - * Dernière modification : $Date: 2009-12-02 20:11:08 $ - * @author Laurent Delineau - * @copyright Copyright 2003-2008 Laurent Delineau + * Dernière modification : $Date: 2017-12-16 14:00$ + * @author Laurent Delineau & JeromeB + * @copyright Copyright 2003-2018 Team DEVOME - JeromeB * @link http://www.gnu.org/licenses/licenses.html - * @package root - * @version $Id: view_rights_area.php,v 1.8 2009-12-02 20:11:08 grr Exp $ - * @filesource * * This file is part of GRR. * @@ -17,15 +14,6 @@ * 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. - * - * GRR 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 GRR; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ include "include/connect.inc.php"; include "include/config.inc.php"; diff --git a/view_rights_room.php b/view_rights_room.php index f5b271551..05ec70d5c 100644 --- a/view_rights_room.php +++ b/view_rights_room.php @@ -3,13 +3,10 @@ * view_rights_room.php * Liste des privilèges d'une ressource * Ce script fait partie de l'application GRR - * Dernière modification : $Date: 2009-12-02 20:11:08 $ - * @author Laurent Delineau - * @copyright Copyright 2003-2008 Laurent Delineau + * Dernière modification : $Date: 2017-12-16 14:00$ + * @author Laurent Delineau & JeromeB + * @copyright Copyright 2003-2018 Team DEVOME - JeromeB * @link http://www.gnu.org/licenses/licenses.html - * @package root - * @version $Id: view_rights_room.php,v 1.8 2009-12-02 20:11:08 grr Exp $ - * @filesource * * This file is part of GRR. * @@ -17,15 +14,6 @@ * 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. - * - * GRR 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 GRR; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ include "include/connect.inc.php"; include "include/config.inc.php"; diff --git a/view_room.php b/view_room.php index e3fb4b3b1..c4553700f 100644 --- a/view_room.php +++ b/view_room.php @@ -3,13 +3,10 @@ * view_room.php * Fiche ressource * Ce script fait partie de l'application GRR - * Dernière modification : $Date: 2009-12-02 20:11:08 $ - * @author Laurent Delineau - * @copyright Copyright 2003-2008 Laurent Delineau + * Dernière modification : $Date: 2017-12-16 14:00$ + * @author Laurent Delineau & JeromeB + * @copyright Copyright 2003-2018 Team DEVOME - JeromeB * @link http://www.gnu.org/licenses/licenses.html - * @package root - * @version $Id: view_room.php,v 1.12 2009-12-02 20:11:08 grr Exp $ - * @filesource * * This file is part of GRR. * @@ -17,15 +14,6 @@ * 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. - * - * GRR 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 GRR; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ include "include/connect.inc.php"; include "include/config.inc.php"; diff --git a/week.php b/week.php index 2547d1468..75b33abec 100644 --- a/week.php +++ b/week.php @@ -3,13 +3,10 @@ * week.php * Permet l'affichage de la page d'accueil lorsque l'on est en mode d'affichage "semaine". * Ce script fait partie de l'application GRR - * Dernière modification : $Date: 2010-03-03 14:41:34 $ - * @author Laurent Delineau - * @copyright Copyright 2003-2008 Laurent Delineau + * Dernière modification : $Date: 2017-12-16 14:00$ + * @author Laurent Delineau & JeromeB + * @copyright Copyright 2003-2018 Team DEVOME - JeromeB * @link http://www.gnu.org/licenses/licenses.html - * @package root - * @version $Id: week.php,v 1.18 2010-03-03 14:41:34 grr Exp $ - * @filesource * * This file is part of GRR. * @@ -17,15 +14,6 @@ * 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. - * - * GRR 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 GRR; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ $grr_script_name = "week.php"; diff --git a/week_all.php b/week_all.php index 8caa513de..b470d2fed 100644 --- a/week_all.php +++ b/week_all.php @@ -1,15 +1,12 @@ - * @copyright Copyright 2003-2008 Laurent Delineau + * Dernière modification : $Date: 2017-12-16 14:00$ + * @author Laurent Delineau & JeromeB + * @copyright Copyright 2003-2018 Team DEVOME - JeromeB * @link http://www.gnu.org/licenses/licenses.html - * @package root - * @version $Id: week_all.php,v 1.18 2009-12-02 20:11:08 grr Exp $ - * @filesource * * This file is part of GRR. * @@ -17,15 +14,6 @@ * 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. - * - * GRR 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 GRR; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ $grr_script_name = "week_all.php"; diff --git a/year.php b/year.php index e80ba3df7..d6c4a0a3d 100644 --- a/year.php +++ b/year.php @@ -3,13 +3,10 @@ * year.php * Interface d'accueil avec affichage par mois sur plusieurs mois des réservation de toutes les ressources d'un domaine * Ce script fait partie de l'application GRR - * Dernière modification : $Date: 2009-12-02 20:11:08 $ - * @author Laurent Delineau - * @copyright Copyright 2003-2008 Laurent Delineau + * Dernière modification : $Date: 2017-12-16 14:00$ + * @author Laurent Delineau & JeromeB + * @copyright Copyright 2003-2018 Team DEVOME - JeromeB * @link http://www.gnu.org/licenses/licenses.html - * @package root - * @version $Id: year.php,v 1.16 2009-12-02 20:11:08 grr Exp $ - * @filesource * * This file is part of GRR. * @@ -17,15 +14,6 @@ * 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. - * - * GRR 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 GRR; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ include "include/connect.inc.php"; include "include/config.inc.php";