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());
6 if(!defined('PUBLIC_FOLDER')) {
7 define('PUBLIC_FOLDER', 'public'); // this file can be included through public/index.php