New: add possibility to overwrite mailing limit sendbyweb in conf.php
This commit is contained in:
parent
5d34c94158
commit
ba1e9e11ba
@ -570,7 +570,10 @@ function write_conf_file($conffile)
|
|||||||
|
|
||||||
/* Authentication */
|
/* Authentication */
|
||||||
fputs($fp, '$dolibarr_main_authentication=\'dolibarr\';');
|
fputs($fp, '$dolibarr_main_authentication=\'dolibarr\';');
|
||||||
fputs($fp,"\n");
|
fputs($fp,"\n\n");
|
||||||
|
|
||||||
|
fputs($fp, '# Specific settings');
|
||||||
|
fputs($fp,"\n");
|
||||||
|
|
||||||
fputs($fp, '$dolibarr_main_prod=\'0\';');
|
fputs($fp, '$dolibarr_main_prod=\'0\';');
|
||||||
fputs($fp,"\n");
|
fputs($fp,"\n");
|
||||||
@ -584,6 +587,9 @@ function write_conf_file($conffile)
|
|||||||
fputs($fp, '$dolibarr_main_cookie_cryptkey=\''.$key.'\';');
|
fputs($fp, '$dolibarr_main_cookie_cryptkey=\''.$key.'\';');
|
||||||
fputs($fp,"\n");
|
fputs($fp,"\n");
|
||||||
|
|
||||||
|
fputs($fp, '$dolibarr_mailing_limit_sendbyweb=\'0\';');
|
||||||
|
fputs($fp,"\n");
|
||||||
|
|
||||||
fputs($fp, '?>');
|
fputs($fp, '?>');
|
||||||
fclose($fp);
|
fclose($fp);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user