derick Tue Apr 9 04:45:36 2002 EDT
Modified files:
/phpdoc/en/functions http.xml
/phpdoc/nl/functions http.xml
Log:
- Add .php extension; this will be parsed always instead of the .inc extension
Index: phpdoc/en/functions/http.xml
diff -u phpdoc/en/functions/http.xml:1.41 phpdoc/en/functions/http.xml:1.42
--- phpdoc/en/functions/http.xml:1.41 Thu Apr 4 05:09:30 2002
+++ phpdoc/en/functions/http.xml Tue Apr 9 04:45:33 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.41 $ -->
+<!-- $Revision: 1.42 $ -->
<reference id="ref.http">
<title>HTTP functions</title>
<titleabbrev>HTTP</titleabbrev>
@@ -167,7 +167,7 @@
<informalexample>
<programlisting role="php">
<![CDATA[
-<?php require("user_logging.inc") ?>
+<?php require("user_logging.inc.php") ?>
<?php header ("Content-type: audio/x-pn-realaudio"); ?>
Index: phpdoc/nl/functions/http.xml
diff -u phpdoc/nl/functions/http.xml:1.6 phpdoc/nl/functions/http.xml:1.7
--- phpdoc/nl/functions/http.xml:1.6 Sun Apr 7 08:13:11 2002
+++ phpdoc/nl/functions/http.xml Tue Apr 9 04:45:35 2002
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- EN-Revision: 1.41 Maintainer: manuzhai Status: ready -->
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<reference id="ref.http">
<title>HTTP functies</title>
<titleabbrev>HTTP</titleabbrev>
@@ -166,7 +166,7 @@
<informalexample>
<programlisting role="php">
<![CDATA[
-<?php require("user_logging.inc") ?>
+<?php require("user_logging.inc.php") ?>
<?php header ("Content-type: audio/x-pn-realaudio"); ?>