OSDN Git Service

最初のアイテムのバージョン表記修正
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / index.php
1 <?php\r
2 /*\r
3  * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)\r
4  * Copyright (C) 2002-2009 The Nucleus Group\r
5  *\r
6  * This program is free software; you can redistribute it and/or\r
7  * modify it under the terms of the GNU General Public License\r
8  * as published by the Free Software Foundation; either version 2\r
9  * of the License, or (at your option) any later version.\r
10  * (see nucleus/documentation/index.html#license for more info)\r
11  */\r
12 \r
13 /**\r
14  * Nucleus index.php\r
15  *\r
16  * @license http://nucleuscms.org/license.txt GNU General Public License\r
17  * @copyright Copyright (C) 2002-2009 The Nucleus Group\r
18  * @version $Id$\r
19  */\r
20
21 //setup for benchmarking\r
22 include('./benchmark.inc');\r
23 \r
24 // This file will generate and return the main page of the site
25 $CONF = array();
26 $CONF['Self'] = 'index.php';
27
28 include('./config.php');
29
30 selector();
31
32 ?>