mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
Upgrade installer
This commit is contained in:
parent
ba721842c5
commit
3df2ddde13
@ -9,5 +9,8 @@
|
||||
************************************************************************************
|
||||
************************************************************************************/
|
||||
|
||||
if (!file_exists('framework') || !file_exists('framework/_config.php')) include "install-frameworkmissing.html";
|
||||
else include('./framework/dev/install/install.php');
|
||||
if (!file_exists('framework') || !file_exists('framework/_config.php')) {
|
||||
include "install-frameworkmissing.html";
|
||||
} else {
|
||||
include('./framework/Dev/Install/install.php');
|
||||
}
|
||||
|
@ -7,9 +7,7 @@ After:
|
||||
# YAML configuration for SilverStripe
|
||||
# See http://doc.silverstripe.org/framework/en/topics/configuration
|
||||
# Caution: Indentation through two spaces, not tabs
|
||||
SSViewer:
|
||||
SilverStripe\View\SSViewer:
|
||||
themes:
|
||||
- 'simple'
|
||||
- '$default'
|
||||
Debug:
|
||||
friendly_error_httpcode: true
|
||||
|
@ -26,7 +26,7 @@
|
||||
</testsuite>
|
||||
|
||||
<listeners>
|
||||
<listener class="SS_TestListener" file="framework/dev/TestListener.php" />
|
||||
<listener class="SilverStripe\Dev\SS_TestListener" file="framework/Dev/SS_TestListener.php" />
|
||||
</listeners>
|
||||
|
||||
<groups>
|
||||
|
Loading…
Reference in New Issue
Block a user