OSDN Git Service

FIX: PreUpdateItemイベントで渡される配列データのキー値にTab文字が含めれていたのを削除
[nucleus-jp/nucleus-jp-ancient.git] / index.php
1 <?php\r
2 /*\r
3  * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)\r
4  * Copyright (C) 2002-2012 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
13 //setup for benchmarking\r
14 include('./benchmark.inc');\r
15 \r
16 // This file will generate and return the main page of the site
17 $CONF = array();
18 $CONF['Self'] = 'index.php';
19
20 include('./config.php');
21
22 selector();
23
24 ?>