OSDN Git Service

sync with original 3.3
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / index.php
1 <?php
2 //setup for benchmarking
3 include('./benchmark.inc');
4
5 // This file will generate and return the main page of the site
6 $CONF = array();
7 $CONF['Self'] = 'index.php';
8
9 include('./config.php');
10
11 selector();
12
13 ?>