00001 <?php 00002 // This file will generate and return the main page of the site 00003 $CONF = array(); 00004 $CONF['Self'] = 'index.php'; 00005 00006 include('./config.php'); 00007 00008 selector(); 00009 00010 ?>