[ Index ]

PHP Cross Reference of Nucleus CMS v3.51 code documentation

title

Body

[close]

/ -> index.php (source)

   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  ?>


Generated: Sun Aug 1 03:56:06 2010
Open Source related documentation for developers.