| dolibarr
    x.y.z
    | 
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.  More... | |
| write_master_file ($masterfile, $main_dir) | |
| Create master file.  More... | |
| write_conf_file ($conffile) | |
| Save configuration file.  More... | |
Build conf file on disk.
Definition in file step1.php.
| write_conf_file | ( | $conffile | ) | 
| 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 |