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