georg           Wed Apr 10 04:11:25 2002 EDT

  Modified files:              
    /phpdoc/de/features remote-files.xml 
  Log:
  
  changed urls in samples
  
  
Index: phpdoc/de/features/remote-files.xml
diff -u phpdoc/de/features/remote-files.xml:1.7 phpdoc/de/features/remote-files.xml:1.8
--- phpdoc/de/features/remote-files.xml:1.7     Wed Dec 12 15:46:06 2001
+++ phpdoc/de/features/remote-files.xml Wed Apr 10 04:11:24 2002
@@ -31,7 +31,7 @@
     <programlisting role="php">
 <![CDATA[
 <?php
-$file = fopen ("http://www.php.net/";, "r");
+$file = fopen ("http://www.example.com/";, "r");
 if (!$file) {
     echo "<p>Datei konnte nicht ge&uuml;ffnet werden.\n";
     exit;
@@ -65,7 +65,7 @@
     <programlisting role="php">
 <![CDATA[
 <?php
-$file = fopen ("ftp://ftp.php.net/incoming/outputfile";, "w");
+$file = fopen ("ftp://ftp.example.com/incoming/outputfile";, "w");
 if (!$file) {
     echo "<p>Datei konnte zum schreiben nicht ge&ouml;ffnet werden.\n";
     exit;


Reply via email to