Don't close php tag in generated file

This commit is contained in:
Raphaël Doursenaud 2014-05-03 18:27:00 +02:00
parent f8f502d013
commit 5bfb06b357

View File

@ -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);