]> granicus.if.org Git - php/commitdiff
Added missing configuration directive: from
authorfoobar <sniper@php.net>
Fri, 1 Jun 2001 03:19:53 +0000 (03:19 +0000)
committerfoobar <sniper@php.net>
Fri, 1 Jun 2001 03:19:53 +0000 (03:19 +0000)
which is used by fopen() to be send as the default password

php.ini-dist
php.ini-optimized
php.ini-recommended

index ac3d95120791b42f32e05c48ef9eefed6244442c..ac32ae1ea984e74f052656c36c6bf7403c0a8696 100644 (file)
@@ -351,6 +351,9 @@ upload_max_filesize = 2M
 ; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
 allow_url_fopen = On
 
+; Define the anonymous ftp password (your email address)
+;from="john@doe.com"
+
 
 ;;;;;;;;;;;;;;;;;;;;;;
 ; Dynamic Extensions ;
index d97fd692c057f406dbcb32464af16af18a75fb0c..42bd7e83b95cbfdc4f65736ff739b89f78579bc6 100644 (file)
@@ -250,6 +250,7 @@ upload_max_filesize = 2M                ; Maximum allowed size for uploaded files
 ; Fopen wrappers ;
 ;;;;;;;;;;;;;;;;;;
 allow_url_fopen = On                ; Whether to allow the treatment of URLs (like http:// or ftp://) as files
+;from="john@doe.com"                ; Define the anonymous ftp password (your email address)
 
 
 ;;;;;;;;;;;;;;;;;;;;;;
index d97fd692c057f406dbcb32464af16af18a75fb0c..42bd7e83b95cbfdc4f65736ff739b89f78579bc6 100644 (file)
@@ -250,6 +250,7 @@ upload_max_filesize = 2M                ; Maximum allowed size for uploaded files
 ; Fopen wrappers ;
 ;;;;;;;;;;;;;;;;;;
 allow_url_fopen = On                ; Whether to allow the treatment of URLs (like http:// or ftp://) as files
+;from="john@doe.com"                ; Define the anonymous ftp password (your email address)
 
 
 ;;;;;;;;;;;;;;;;;;;;;;