forked from JeromeDevome/GRR
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
JeromeDevome
committed
Dec 16, 2017
1 parent
a7b6658
commit 1e6fd39
Showing
32 changed files
with
169 additions
and
422 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,29 +3,17 @@ | |
* 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 <[email protected]> | ||
* @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. | ||
* | ||
* 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. | ||
* | ||
* 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'); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,29 +3,17 @@ | |
* del_entry.php | ||
* Interface de suppresssion d'une réservation | ||
* Ce script fait partie de l'application GRR | ||
* Dernière modification : $Date: 2009-06-04 15:30:17 $ | ||
* @author Laurent Delineau <[email protected]> | ||
* @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. | ||
* | ||
* 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. | ||
* | ||
* 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"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,29 +3,17 @@ | |
* 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 <[email protected]> | ||
* @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. | ||
* | ||
* 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. | ||
* | ||
* 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); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,33 +3,17 @@ | |
* 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 <[email protected]> | ||
* @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. | ||
* | ||
* 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. | ||
* | ||
* 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 : | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,42 +3,17 @@ | |
* 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 <[email protected]> | ||
* @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. | ||
* | ||
* 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. | ||
* | ||
* 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 : | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,29 +3,17 @@ | |
* 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 <[email protected]> | ||
* @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. | ||
* | ||
* 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. | ||
* | ||
* 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"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,29 +3,17 @@ | |
* 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 <[email protected]> | ||
* @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. | ||
* | ||
* 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. | ||
* | ||
* 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,31 +2,18 @@ | |
/** | ||
* index.php | ||
* Ce script fait partie de l'application GRR | ||
* Dernière modification : $Date: 2010-04-07 15:38:14 $ | ||
* @author Laurent Delineau <[email protected]> | ||
* @author Marc-Henri PAMISEUX <[email protected]> | ||
* @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. | ||
* | ||
* 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. | ||
* | ||
* 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); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,29 +3,17 @@ | |
* 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 <[email protected]> | ||
* @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. | ||
* | ||
* 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. | ||
* | ||
* 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"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,31 +3,17 @@ | |
* 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 <[email protected]> | ||
* @author Marc-Henri PAMISEUX <[email protected]> | ||
* @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. | ||
* | ||
* 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. | ||
* | ||
* 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"; | ||
|
Oops, something went wrong.