fix bug setup.php
This commit is contained in:
parent
a25a99b741
commit
eecb2a396a
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ function config_file_create($p_array,$from_setup=1,$os=1)
|
|||
fputs($hFile, 'define ("phpcompta_psql_host","127.0.0.1");');
|
||||
fputs($hFile,"\r\n");
|
||||
|
||||
fputs($hFile, 'define ("locale",'.$clocal.');');
|
||||
fputs($hFile, 'define ("locale",'.$clocale.');');
|
||||
fputs($hFile,"\r\n");
|
||||
|
||||
fputs($hFile, 'define ("domaine","");');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue