1
0
Fork 0
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:
zamentur 2014-06-22 16:30:31 +02:00
parent ab09c7b83d
commit 363bf375b4

View file

@ -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