Upgrade installer

This commit is contained in:
Damian Mooyman 2016-08-30 14:35:44 +12:00
parent ba721842c5
commit 3df2ddde13
3 changed files with 12 additions and 11 deletions

View File

@ -9,5 +9,8 @@
************************************************************************************ ************************************************************************************
************************************************************************************/ ************************************************************************************/
if (!file_exists('framework') || !file_exists('framework/_config.php')) include "install-frameworkmissing.html"; if (!file_exists('framework') || !file_exists('framework/_config.php')) {
else include('./framework/dev/install/install.php'); include "install-frameworkmissing.html";
} else {
include('./framework/Dev/Install/install.php');
}

View File

@ -7,9 +7,7 @@ After:
# YAML configuration for SilverStripe # YAML configuration for SilverStripe
# See http://doc.silverstripe.org/framework/en/topics/configuration # See http://doc.silverstripe.org/framework/en/topics/configuration
# Caution: Indentation through two spaces, not tabs # Caution: Indentation through two spaces, not tabs
SSViewer: SilverStripe\View\SSViewer:
themes: themes:
- 'simple' - 'simple'
- '$default' - '$default'
Debug:
friendly_error_httpcode: true

View File

@ -26,7 +26,7 @@
</testsuite> </testsuite>
<listeners> <listeners>
<listener class="SS_TestListener" file="framework/dev/TestListener.php" /> <listener class="SilverStripe\Dev\SS_TestListener" file="framework/Dev/SS_TestListener.php" />
</listeners> </listeners>
<groups> <groups>