2010-10-13 02:26:57 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
/************************************************************************************
|
|
|
|
************************************************************************************
|
|
|
|
** **
|
|
|
|
** If you can read this text in your browser then you don't have PHP installed. **
|
2012-04-20 15:13:47 +12:00
|
|
|
** Please install PHP 5.3.2 or higher, preferably PHP 5.3.4+. **
|
2010-10-13 02:26:57 +00:00
|
|
|
** **
|
|
|
|
************************************************************************************
|
|
|
|
************************************************************************************/
|
|
|
|
|
2012-04-12 21:15:32 +12:00
|
|
|
if (!file_exists('framework') || !file_exists('framework/_config.php')) include "install-frameworkmissing.html";
|
|
|
|
else include('./framework/dev/install/install.php');
|