Skip to content

Commit

Permalink
Niveau de dossier
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeDevome committed Oct 13, 2024
1 parent 82e3c99 commit aee4f64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
/**
* index.php
* Ce script fait partie de l'application GRR
* Dernière modification : $Date: 2023-02-25 18:30$
* Dernière modification : $Date: 2024-10-13 18:44$
* @author Laurent Delineau & JeromeB & Yan Naessens
* @copyright Copyright 2003-2023 Team DEVOME - JeromeB
* @copyright Copyright 2003-204 Team DEVOME - JeromeB
* @link http://www.gnu.org/licenses/licenses.html
*
* This file is part of GRR.
Expand All @@ -15,6 +15,8 @@
* (at your option) any later version.
*/

$niveauDossier = 1;

require_once("include/config.inc.php");
if (file_exists("personnalisation/connect.inc.php"))
include "personnalisation/connect.inc.php";
Expand Down
1 change: 1 addition & 0 deletions installation/maj.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
*/

$grr_script_name = "maj.php";
$niveauDossier = 2;

require_once("../personnalisation/connect.inc.php");
require_once("../include/config.inc.php");
Expand Down

0 comments on commit aee4f64

Please sign in to comment.