mirror of
https://github.com/YunoHost-Apps/opensondage_ynh.git
synced 2024-09-03 19:46:28 +02:00
- fix Can't answer to the poll if not connected #5
This commit is contained in:
parent
7ef6483d4e
commit
bc0e8db879
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ const URL_PROPRE = false;
|
||||||
const GOOGLE_ANALYTICS_ID = false;
|
const GOOGLE_ANALYTICS_ID = false;
|
||||||
|
|
||||||
// Utilisation de l'identité (REMOTE_USER) fournie par le serveur web
|
// Utilisation de l'identité (REMOTE_USER) fournie par le serveur web
|
||||||
const USE_REMOTE_USER = true;
|
const USE_REMOTE_USER = false;
|
||||||
|
|
||||||
if (@file_exists('variables.local.php')) {
|
if (@file_exists('variables.local.php')) {
|
||||||
include('variables.local.php');
|
include('variables.local.php');
|
||||||
|
|
Loading…
Add table
Reference in a new issue