function hosting_wizard_complete in Hosting 5
The last page.
Essentially gives a very small summary, and links you to a few interesting things to do next (configure your site, add your first site etc)
When clicking on the button you will be forwarded to your site.
File
- ./
hosting.wizard.inc, line 496
Code
function hosting_wizard_complete() {
$form['configure']['#value'] .= _hosting_introduction();
return hosting_wizard_form('complete', $form, t('Go to your site'));
}