OSDN Git Service

preparation for 4.0 trunk
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / index.php
index 08f3be6..9111ae1 100755 (executable)
@@ -1,10 +1,32 @@
 <?php\r
-// This file will generate and return the main page of the site\r
-$CONF = array();\r
-$CONF['Self'] = 'index.php';\r
+/*\r
+ * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)\r
+ * Copyright (C) 2002-2011 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
-include('./config.php');\r
+/**\r
+ * Nucleus index.php\r
+ *\r
+ * @license http://nucleuscms.org/license.txt GNU General Public License\r
+ * @copyright Copyright (C) 2002-2011 The Nucleus Group\r
+ * @version $Id$\r
+ */\r
+
+//setup for benchmarking\r
+include('./benchmark.inc');\r
 \r
-selector();\r
-\r
-?>\r
+// This file will generate and return the main page of the site
+$CONF = array();
+$CONF['Self'] = 'index.php';
+
+include('./config.php');
+
+selector();
+
+?>
\ No newline at end of file