From 72b7d99b163453ec3f816498b0405f9d386e90ad Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 21 Apr 2005 10:27:51 +0000 Subject: [PATCH] Typo (spotted by Dave Barr) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184816 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/file-exists.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/filesystem/functions/file-exists.xml b/reference/filesystem/functions/file-exists.xml index 9604d1a049..8cb9b619db 100644 --- a/reference/filesystem/functions/file-exists.xml +++ b/reference/filesystem/functions/file-exists.xml @@ -1,5 +1,5 @@ - + @@ -47,7 +47,7 @@ if (file_exists($filename)) { This function returns &false; for files inaccessible due to safe mode retrictions. However these + linkend="features.safe-mode">safe mode restrictions. However these files still can be included if they are located in safe_mode_include_dir.