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. **
|
2017-06-27 13:27:40 +01:00
|
|
|
** Please install PHP 5.6.0 or higher. **
|
2010-10-13 02:26:57 +00:00
|
|
|
** **
|
|
|
|
************************************************************************************
|
|
|
|
************************************************************************************/
|
|
|
|
|
2016-08-30 14:35:44 +12:00
|
|
|
if (!file_exists('framework') || !file_exists('framework/_config.php')) {
|
2017-04-28 07:33:07 +12:00
|
|
|
include 'install-frameworkmissing.html';
|
2016-08-30 14:35:44 +12:00
|
|
|
} else {
|
2017-06-27 13:27:40 +01:00
|
|
|
include './framework/src/Dev/Install/install.php';
|
2016-08-30 14:35:44 +12:00
|
|
|
}
|