From 3564a4660091e3e6fe12684aaa262e3938982082 Mon Sep 17 00:00:00 2001 From: Slawomir Pucia Date: Thu, 18 Oct 2001 22:23:56 +0000 Subject: [PATCH] Added missing closing bracket. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@60196 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/remote-files.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/remote-files.xml b/features/remote-files.xml index 60036f906c..427ba09db5 100644 --- a/features/remote-files.xml +++ b/features/remote-files.xml @@ -1,5 +1,5 @@ - + Using remote files @@ -8,7 +8,7 @@ you configure PHP (which it is unless you explicitly pass the flag to configure (for versions up to 4.0.3) or set allow_url_fopen to off in php.ini - (for newer versions), + (for newer versions)), you can use HTTP and FTP URLs with most functions that take a filename as a parameter, including the require and include statements.