From 5bfb06b3571ad5bfcf50bba9b86f493ec34ae0ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= Date: Sat, 3 May 2014 18:27:00 +0200 Subject: [PATCH] Don't close php tag in generated file --- htdocs/install/check.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/install/check.php b/htdocs/install/check.php index a6cb2b4a069..a2d64df5019 100644 --- a/htdocs/install/check.php +++ b/htdocs/install/check.php @@ -206,7 +206,6 @@ else { @fwrite($fp, '"); fclose($fp); } else dolibarr_install_syslog("failed to create a new file ".$conffile." into current dir ".getcwd().". Check permission.", LOG_ERR);