mirror of
https://github.com/YunoHost-Apps/opensondage_ynh.git
synced 2024-09-03 19:46:28 +02:00
Update index.php
Fix administrator links broken
This commit is contained in:
parent
ab09c7b83d
commit
363bf375b4
1 changed files with 7 additions and 1 deletions
|
@ -43,7 +43,13 @@ session_start();
|
||||||
|
|
||||||
include_once('../variables.php');
|
include_once('../variables.php');
|
||||||
include_once('../fonctions.php');
|
include_once('../fonctions.php');
|
||||||
|
if (is_readable('../bandeaux_local.php')) {
|
||||||
|
include_once('../bandeaux_local.php');
|
||||||
|
} else {
|
||||||
include_once('../bandeaux.php');
|
include_once('../bandeaux.php');
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Ce fichier index.php se trouve dans le sous-repertoire ADMIN de Studs. Il sert à afficher l'intranet de studs
|
// Ce fichier index.php se trouve dans le sous-repertoire ADMIN de Studs. Il sert à afficher l'intranet de studs
|
||||||
// pour modifier les sondages directement sans avoir reçu les mails. C'est l'interface d'aministration
|
// pour modifier les sondages directement sans avoir reçu les mails. C'est l'interface d'aministration
|
||||||
|
|
Loading…
Add table
Reference in a new issue