OSDN Git Service

merged 3.2 original code
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / nucleus / xmlrpc / server.php
index af205da..1727fba 100755 (executable)
@@ -1,7 +1,7 @@
 <?php\r
 /** \r
   * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/) \r
-  * Copyright (C) 2002-2004 The Nucleus Group\r
+  * Copyright (C) 2002-2005 The Nucleus Group\r
   *\r
   * This program is free software; you can redistribute it and/or\r
   * modify it under the terms of the GNU General Public License\r
@@ -9,6 +9,9 @@
   * of the License, or (at your option) any later version.\r
   * (see nucleus/documentation/index.html#license for more info)\r
   *\r
+  * $Id: server.php,v 1.3 2005-03-12 06:19:06 kimitake Exp $\r
+  * $NucleusJP$\r
+  *\r
   * This script is provides an XML-RPC [1] interface to Nucleus [2].\r
   *\r
   * At this time, the Blogger API [3], the metaWeblog API [4] and \r
@@ -303,4 +306,4 @@ function _error($err, $msg) {
        global $xmlrpcerruser;\r
        return new xmlrpcresp(0, $xmlrpcerruser + $err, $msg);\r
 }\r
-?>
\ No newline at end of file
+?>\r