/* Decoded by unphp.net */
stringTranslation = $string_translation;
$title = $this->t('Drupal already installed');
$message = $this->t('
- To start over, you must empty your existing database and copy default.settings.php over settings.php.
- To upgrade an existing installation, proceed to the update script.
- View your existing site.
', [
':base-url' => $GLOBALS['base_url'],
':update-url' => $GLOBALS['base_path'] . 'update.php',
]);
parent::__construct($message, $title);
}
}
?>