// Add submit button
$helper->addFormGroup("submit", "Bitte einmal abschicken und das Ergebnis abwarten!");
$helper->addInputResetButton("Nochmal eingeben");
- $helper->addInputSubmitButton("Bestätigungscode zusenden");
+ $helper->addInputSubmitButton("Bestätigungscode absenden");
// Flush content and automatically close the form
$helper->flushContent();
if (!defined('_DB_TYPE')) {
// Abort here
ApplicationEntryPoint::app_die("[Main:] Please define a database type first!<br />
-E.g.:<pre>$GLOBALS['cfg']->defineDatabaseType("local");</pre>
-This will choose the local-file-based database type (layer)");
+E.g.:<pre>$cfg->defineDatabaseType("local");</pre>
+This will choose the local file-based database layer.");
}
// Generate FQFN for the database layer