Don't close php tag in generated file
This commit is contained in:
parent
f8f502d013
commit
5bfb06b357
@ -206,7 +206,6 @@ else
|
|||||||
{
|
{
|
||||||
@fwrite($fp, '<?php');
|
@fwrite($fp, '<?php');
|
||||||
@fputs($fp,"\n");
|
@fputs($fp,"\n");
|
||||||
@fputs($fp,"?>");
|
|
||||||
fclose($fp);
|
fclose($fp);
|
||||||
}
|
}
|
||||||
else dolibarr_install_syslog("failed to create a new file ".$conffile." into current dir ".getcwd().". Check permission.", LOG_ERR);
|
else dolibarr_install_syslog("failed to create a new file ".$conffile." into current dir ".getcwd().". Check permission.", LOG_ERR);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user