Update of /cvsroot/phpwiki/phpwiki
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17686
Modified Files:
RPC2.php
Log Message:
just strings
Index: RPC2.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/RPC2.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -2 -b -p -d -r1.4 -r1.5
--- RPC2.php 14 Sep 2002 22:28:33 -0000 1.4
+++ RPC2.php 21 Jan 2005 11:23:58 -0000 1.5
@@ -6,5 +6,5 @@
* This file is really a vestige, as now, you can direct XML-RPC
* request to the main wiki URL (e.g. index.php) --- it will
- * notice that you've * POSTed content-type of text/xml and
+ * notice that you've POSTed content-type of text/xml and
* fire up the XML-RPC server automatically.
*/
@@ -16,5 +16,5 @@ if ($HTTP_SERVER_VARS['REQUEST_METHOD']
{
die('This is the address of the XML-RPC interface.' .
- ' You must use XML-RPC calls to access information here');
+ ' You must use XML-RPC calls to access information here.');
}
|