mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix: add global $main_force_https
This commit is contained in:
parent
38791333d1
commit
1763d0bf0c
|
|
@ -505,7 +505,7 @@ pFooter($error,$setuplang,'jsinfo');
|
|||
function write_conf_file($conffile)
|
||||
{
|
||||
global $conf,$langs;
|
||||
global $_POST,$main_dir,$main_data_dir;
|
||||
global $_POST,$main_dir,$main_data_dir,$main_force_https;
|
||||
global $dolibarr_main_url_root,$dolibarr_main_document_root,$dolibarr_main_data_root,$dolibarr_main_db_host;
|
||||
global $dolibarr_main_db_port,$dolibarr_main_db_name,$dolibarr_main_db_user,$dolibarr_main_db_pass;
|
||||
global $dolibarr_main_db_type,$dolibarr_main_db_character_set,$dolibarr_main_db_collation,$dolibarr_main_authentication;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user