OSDN Git Service

MERGE: リビジョン1992。テンプレート「SHOWLIST_LISTPLUG_TABLE_NAVILIST」の追加
[nucleus-jp/nucleus-next.git] / createaccount.php
index 7b77694..0cc16dd 100644 (file)
@@ -1,34 +1,34 @@
-<?php\r
-/*\r
- * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)\r
- * Copyright (C) 2002-20011 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
-/**\r
- * Registration form for new users\r
- * @license http://nucleuscms.org/license.txt GNU General Public License\r
- * @copyright Copyright (C) 2002-20011 The Nucleus Group\r
- * @version $Id: createaccount.php 1624 2012-01-09 11:36:20Z sakamocchi $\r
- */\r
-\r
-// we are using admin stuff:\r
-$CONF = array();\r
-$CONF['UsingAdminArea'] = 1;\r
-\r
-require_once "./config.php";\r
-include_libs('ACTION.php');\r
-\r
-if ( !Admin::initialize() )\r
-{\r
-       /* TODO: something to handling errors */\r
-       exit;\r
-}\r
-\r
-Admin::action('createaccount');\r
-exit;\r
+<?php
+/*
+ * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)
+ * Copyright (C) 2002-20011 The Nucleus Group
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ * (see nucleus/documentation/index.html#license for more info)
+ */
+
+/**
+ * Registration form for new users
+ * @license http://nucleuscms.org/license.txt GNU General Public License
+ * @copyright Copyright (C) 2002-20011 The Nucleus Group
+ * @version $Id: createaccount.php 1888 2012-06-17 08:38:54Z sakamocchi $
+ */
+
+// we are using admin stuff:
+$CONF = array();
+$CONF['UsingAdminArea'] = 1;
+
+require_once "./config.php";
+include_libs('ACTION.php');
+
+if ( !Admin::initialize() )
+{
+       /* TODO: something to handling errors */
+       exit;
+}
+
+Admin::action('createaccount');
+exit;