dolibarr  16.0.5
Functions
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. More...
 
 write_master_file ($masterfile, $main_dir)
 Create master file. More...
 
 write_conf_file ($conffile)
 Save configuration file. More...
 

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 818 of file step1.php.

◆ 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 779 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 799 of file step1.php.