Skip to content

Instantly share code, notes, and snippets.

@ryanshowers
Created January 16, 2014 15:52
Show Gist options
  • Save ryanshowers/06ef7f9290f07fe2dfdf to your computer and use it in GitHub Desktop.
Save ryanshowers/06ef7f9290f07fe2dfdf to your computer and use it in GitHub Desktop.
Interrupting /admin/install/done
array(3) {
["site"]=>
array(2) {
["name"]=>
string(18) "Orchestra Platform"
["theme"]=>
array(2) {
["frontend"]=>
string(7) "default"
["backend"]=>
string(7) "default"
}
}
["email"]=>
array(9) {
["driver"]=>
string(4) "mail"
["host"]=>
string(16) "smtp.mailgun.org"
["port"]=>
int(587)
["from"]=>
array(2) {
["name"]=>
string(18) "Orchestra Platform"
["address"]=>
string(13) "test@test.com"
}
["encryption"]=>
string(3) "tls"
["username"]=>
NULL
["password"]=>
NULL
["sendmail"]=>
string(22) "/usr/sbin/sendmail -bs"
["pretend"]=>
bool(false)
}
["acl_orchestra"]=>
array(2) {
["name"]=>
string(18) "Orchestra Platform"
["theme"]=>
array(2) {
["frontend"]=>
string(7) "default"
["backend"]=>
string(7) "default"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment