Add version of installer in built conf file
This commit is contained in:
parent
2878975398
commit
33cfd61cbc
@ -471,7 +471,7 @@ function write_conf_file($conffile)
|
|||||||
fputs($fp, '<?php');
|
fputs($fp, '<?php');
|
||||||
fputs($fp,"\n");
|
fputs($fp,"\n");
|
||||||
fputs($fp,"#\n");
|
fputs($fp,"#\n");
|
||||||
fputs($fp,"# File generated by Dolibarr installer on ".dol_print_date(gmmktime(),''));
|
fputs($fp,"# File generated by Dolibarr installer ".DOL_VERSION." on ".dol_print_date(dol_now('tzserver'),''));
|
||||||
fputs($fp,"\n");
|
fputs($fp,"\n");
|
||||||
fputs($fp,"#\n");
|
fputs($fp,"#\n");
|
||||||
fputs($fp,"# Take a look at conf.php.example file for an example of conf.php file\n");
|
fputs($fp,"# Take a look at conf.php.example file for an example of conf.php file\n");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user