From bb9f0d81c08386c5f46b8ceb691797ae03e29e02 Mon Sep 17 00:00:00 2001 From: Frederik Ramm Date: Wed, 2 Feb 2011 14:31:50 +0000 Subject: [PATCH] fix line end --- lib/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/init.php b/lib/init.php index 17f262c3..15e38a5b 100644 --- a/lib/init.php +++ b/lib/init.php @@ -8,6 +8,6 @@ if (get_magic_quotes_gpc()) { - echo "Please disable magic quotes in your php.ini configuration"; + echo "Please disable magic quotes in your php.ini configuration\n"; exit; } -- 2.39.5