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. **
|
2016-06-03 21:46:20 +02:00
|
|
|
** Please install PHP 5.5.0 or higher. **
|
2010-10-13 04:26:57 +02:00
|
|
|
** **
|
|
|
|
************************************************************************************
|
|
|
|
************************************************************************************/
|
|
|
|
|
2016-08-30 04:35:44 +02:00
|
|
|
if (!file_exists('framework') || !file_exists('framework/_config.php')) {
|
|
|
|
include "install-frameworkmissing.html";
|
|
|
|
} else {
|
2016-11-01 03:35:26 +01:00
|
|
|
include('./framework/src/Dev/Install/install.php');
|
2016-08-30 04:35:44 +02:00
|
|
|
}
|