mirror of
https://github.com/silverstripe/silverstripe-testsession
synced 2024-10-22 14:06:00 +02:00
Merge remote-tracking branch 'origin/0.1'
Conflicts: composer.json
This commit is contained in:
commit
bded32a90b
@ -1,5 +1,8 @@
|
||||
<?php
|
||||
if(DB::get_alternative_database_name()) {
|
||||
if(
|
||||
Config::inst()->get('Security', 'token')
|
||||
&& DB::get_alternative_database_name()
|
||||
) {
|
||||
require_once BASE_PATH . '/vendor/autoload.php';
|
||||
|
||||
// Register mailer
|
||||
|
@ -18,4 +18,4 @@
|
||||
"silverstripe/behat-extension": "*"
|
||||
},
|
||||
"minimum-stability": "dev"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user