From 8e6668f56ba8611c86467daf1e6c099c062e7b02 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9as=20Lundgren?= Date: Wed, 14 Sep 2016 21:22:43 +0200 Subject: [PATCH] Fix new line symbol on Windows systems in dbinstall.php (#13) --- dbinstall.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbinstall.php b/dbinstall.php index 46fc0fc7..0d32ab8e 100755 --- a/dbinstall.php +++ b/dbinstall.php @@ -61,7 +61,7 @@ if ($request->isGet()) { // spit white space before output in some situations such as in PDF reports. $file = fopen(APP_DIR."/WEB-INF/config.php", "r"); $line = fgets($file); - if (strcmp("Error: WEB-INF/config.php file does not start with PHP opening tag.
'); } fclose($file); -- 2.20.1