1
0
Fork 0
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:
zamentur 2014-09-13 15:01:24 +02:00
parent 7ef6483d4e
commit bc0e8db879

View file

@ -88,7 +88,7 @@ const URL_PROPRE = false;
const GOOGLE_ANALYTICS_ID = false;
// 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')) {
include('variables.local.php');