OSDN Git Service

ADDED: debug info in System info to show if $CONF['ItemURL'] is broken in admin panel...
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / rsd.php
index 3744d8d..1afd567 100755 (executable)
@@ -1,8 +1,28 @@
 <?php\r
-// RSD file (http://archipelago.phrasewise.com/rsd)\r
-$CONF = array();\r
-include('./config.php');\r
-selectSkin('api/rsd');\r
-selector();\r
 \r
-?>\r
+/*\r
+ * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)\r
+ * Copyright (C) 2002-2009 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
+ * as published by the Free Software Foundation; either version 2\r
+ * of the License, or (at your option) any later version.\r
+ * (see nucleus/documentation/index.html#license for more info)\r
+ */\r
+
+/**\r
+ * RSD API\r
+ *\r
+ * @license http://nucleuscms.org/license.txt GNU General Public License\r
+ * @copyright Copyright (C) 2002-2009 The Nucleus Group\r
+ * @version $Id$\r
+ */\r
+\r
+// RSD file (http://archipelago.phrasewise.com/rsd)
+$CONF = array();
+include('./config.php');
+selectSkin('xml/rsd');
+selector();
+
+?>
\ No newline at end of file