[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/projectpier/ -> index.php (source)

   1  <?php
   2  
   3    if(!version_compare(phpversion(), '5.0', '>=')) {
   4      die('<strong>Installation error:</strong> in order to run ProjectPier you need PHP5. Your current PHP version is: ' . phpversion());
   5    } // if
   6    if(!defined('PUBLIC_FOLDER')) {
   7      define('PUBLIC_FOLDER', 'public'); // this file can be included through public/index.php
   8    } // if
   9    require  'init.php';
  10    
  11  ?>


Generated: Tue Sep 25 23:40:09 2007 Cross-referenced by PHPXref 0.7