diff --git a/app/controllers/general.php b/app/controllers/general.php index 2230c99e2c..12a8bbb1b0 100644 --- a/app/controllers/general.php +++ b/app/controllers/general.php @@ -591,7 +591,10 @@ App::init() Query::equal('domain', [$domain->get()]) ]); } - + var_dump([ + 'location' => 'general.php.1', + 'domainDocument' => $domainDocument + ]); if ($domainDocument->isEmpty()) { $domainDocument = new Document([ // TODO: @christyjacob remove once we migrate the rules in 1.7.x @@ -602,7 +605,10 @@ App::init() 'projectId' => 'console', 'projectInternalId' => 'console' ]); - + var_dump([ + 'location' => 'general.php.2', + 'domainDocument' => $domainDocument + ]); $domainDocument = $dbForPlatform->createDocument('rules', $domainDocument); Console::info('Issuing a TLS certificate for the main domain (' . $domain->get() . ') in a few seconds...');