C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\nucleus\index.php


1
2
3
4
5
6
7
8
9
10
<?php
// This file will generate and return the main page of the site
$CONF = array();
$CONF['Self'] = 'index.php';

include(
'./config.php');

selector();

?>