slawek Sat May 4 16:19:17 2002 EDT
Modified files:
/phpdoc/pl/features remote-files.xml
Log:
Updated to EN 1.16
Index: phpdoc/pl/features/remote-files.xml
diff -u phpdoc/pl/features/remote-files.xml:1.8 phpdoc/pl/features/remote-files.xml:1.9
--- phpdoc/pl/features/remote-files.xml:1.8 Fri Apr 5 11:06:34 2002
+++ phpdoc/pl/features/remote-files.xml Sat May 4 16:19:17 2002
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- EN-Revision: 1.15 Maintainer: slawek Status: ready -->
-<!-- $Revision: 1.8 $ -->
+<!-- EN-Revision: 1.16 Maintainer: slawek Status: ready -->
+<!-- $Revision: 1.9 $ -->
<chapter id="features.remote-files">
<title>Korzystanie ze zdalnych plik�w</title>
@@ -74,7 +74,7 @@
exit;
}
/* Tutaj zapisujemy dane. */
-fputs ($file, "$HTTP_USER_AGENT\n");
+fputs ($file, $HTTP_SERVER_VARS['HTTP_USER_AGENT'] . "\n");
fclose ($file);
?>
]]>