From bfebdbfaf899f6e1546adfae07467f9e358b973d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 27 Apr 2016 10:38:57 +0200 Subject: [PATCH] Adjust file name to match current structure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- doc/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/faq.rst b/doc/faq.rst index 1697b53cd9..68ca8fdf41 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -681,7 +681,7 @@ Edit your :file:`config.inc.php` file and ensure there is nothing (I.E. no blank lines, no spaces, no characters...) neither before the ```` tag at the end. We also got a report from a user under :term:`IIS`, that used a zipped distribution kit: the file -:file:`libraries/Config.class.php` contained an end-of-line character (hex 0A) +:file:`libraries/Config.php` contained an end-of-line character (hex 0A) at the end; removing this character cleared his errors. .. _faq2_2: