mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-07-29 04:20:02 +00:00
Merge pull request #40 from fevrier/optional_REMOTE_USER
Rend optionnelle l'utilisation de la variable REMOTE_USER
This commit is contained in:
commit
4c6fc65603
4 changed files with 10 additions and 7 deletions
|
|
@ -81,6 +81,9 @@ define('URL_PROPRE', false);
|
|||
// Activation de Google Analytics (false si inactif, l'identifiant sinon)
|
||||
define('GOOGLE_ANALYTICS_ID', false);
|
||||
|
||||
// Utilisation de l'identité (REMOTE_USER) fournie par le serveur web
|
||||
define('USE_REMOTE_USER', true);
|
||||
|
||||
if (@file_exists('variables.local.php')) {
|
||||
include('variables.local.php');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue