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();?>