| dolibarr 19.0.4
    | 
Build conf file on disk. More...
Go to the source code of this file.
| Functions | |
| if( $ret) | write_main_file ($mainfile, $main_dir) | 
| Create main file. | |
| write_master_file ($masterfile, $main_dir) | |
| Create master file. | |
| write_conf_file ($conffile) | |
| Save configuration file. | |
Build conf file on disk.
Definition in file step1.php.
| write_conf_file | ( | $conffile | ) | 
Save configuration file.
No particular permissions are set by installer.
| string | $conffile | Path to conf file to generate/update | 
Definition at line 834 of file step1.php.
References dol_now(), and dol_print_date().
| if($ret) write_main_file | ( | $mainfile, | |
| $main_dir ) | 
Create main file.
No particular permissions are set by installer.
| string | $mainfile | Full path name of main file to generate/update | 
| string | $main_dir | Full path name to main.inc.php file | 
| write_master_file | ( | $masterfile, | |
| $main_dir ) | 
Create master file.
No particular permissions are set by installer.
| string | $masterfile | Full path name of master file to generate/update | 
| string | $main_dir | Full path name to master.inc.php file |