Fixed example

This commit is contained in:
Laurent Destailleur 2015-02-21 10:00:31 +01:00
parent 2b045ba74a
commit d2da098336

View File

@ -212,9 +212,9 @@ $dolibarr_main_authentication='dolibarr';
// Warning: If you enable this parameter, your web server must be configured to // Warning: If you enable this parameter, your web server must be configured to
// respond URL with https protocol. // respond URL with https protocol.
// According to your web server setup, some values may works and other not. Try // According to your web server setup, some values may works and other not. Try
// different values (1,2 or 'http://my.domain.com') if you experience problems. // different values (1,2 or 'https://my.domain.com') if you experience problems.
// Default value: 0 // Default value: 0
// Possible values: 0, 1, 2 or 'http://my.domain.com' // Possible values: 0, 1, 2 or 'https://my.domain.com'
// Examples: // Examples:
// $dolibarr_main_force_https='0'; // $dolibarr_main_force_https='0';
// //