- ' . sprintf(gettext('Welcome to %s!'), $product->name()) . "\n";
- echo '
' . gettext('One moment while we start the initial setup wizard.') . "
\n";
- echo '
' . gettext('To bypass the wizard, click on the logo in the upper left corner.') . "
\n";
- } else {
- echo '
' . sprintf(gettext('Congratulations! %s is now configured.'), $product->name()) . "
\n";
- echo '
' . sprintf(gettext(
- 'Please consider donating to the project to help us with our overhead costs. ' .
- 'See %sour website%s to donate or purchase available %s support services.'),
- '', '', $product->name()) . "
\n";
- echo '
' . sprintf(gettext('Click to %scontinue to the dashboard%s.'), '', '') . ' ';
- echo sprintf(gettext('Or click to %scheck for updates%s.'), '', ''). "
\n";
- }
- ?>
-
-
+if (isset($config['trigger_initial_wizard']) || isset($_GET['wizard_done'])):
+ include("head.inc");
+ ?>
+
+
+
+
+
+
+
= gettext("Starting initial configuration!") ?>
+
+ = gettext("Finished initial configuration!") ?>
+
-