silverstripe-installer/install.php
2017-05-14 21:48:27 +12:00

17 lines
883 B
PHP

<?php
/************************************************************************************
************************************************************************************
** **
** If you can read this text in your browser then you don't have PHP installed. **
** Please install PHP 5.5.0 or higher. **
** **
************************************************************************************
************************************************************************************/
if (!file_exists('framework') || !file_exists('framework/_config.php')) {
include "install-frameworkmissing.html";
} else {
include('./framework/src/Dev/Install/install.php');
}