dolibarr 21.0.0-alpha
step1.php File Reference

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.
 

Detailed Description

Build conf file on disk.

Definition in file step1.php.

Function Documentation

◆ write_conf_file()

write_conf_file ( $conffile)

Save configuration file.

No particular permissions are set by installer.

Parameters
string$conffilePath to conf file to generate/update
Returns
integer

Definition at line 845 of file step1.php.

References dol_escape_php(), dol_now(), dol_print_date(), and dol_sanitizePathName().

◆ write_main_file()

if($ret) write_main_file ( $mainfile,
$main_dir )

Create main file.

No particular permissions are set by installer.

Parameters
string$mainfileFull path name of main file to generate/update
string$main_dirFull path name to main.inc.php file
Returns
void

Definition at line 806 of file step1.php.

◆ write_master_file()

write_master_file ( $masterfile,
$main_dir )

Create master file.

No particular permissions are set by installer.

Parameters
string$masterfileFull path name of master file to generate/update
string$main_dirFull path name to master.inc.php file
Returns
void

Definition at line 826 of file step1.php.