From 02798b2c30981e16625e23ec32c5e9c9cab1ceaf Mon Sep 17 00:00:00 2001 From: 1day2die Date: Sun, 30 Apr 2023 01:12:49 +0200 Subject: [PATCH] installer fix --- .../2023_02_01_182158_create_website_settings.php | 8 ++++---- public/install/index.php | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/database/settings/2023_02_01_182158_create_website_settings.php b/database/settings/2023_02_01_182158_create_website_settings.php index 9aeb9036..013c85f8 100644 --- a/database/settings/2023_02_01_182158_create_website_settings.php +++ b/database/settings/2023_02_01_182158_create_website_settings.php @@ -14,10 +14,10 @@ class CreateWebsiteSettings extends SettingsMigration $this->migrator->add( 'website.motd_message', $table_exists ? $this->getOldValue("SETTINGS::SYSTEM:MOTD_MESSAGE") : - '

CtrlPanel.gg

-

Thank you for using our Software

-

If you have any questions, make sure to join our Discord

-

(you can change this message in the Settings )

' + '

Controlpanel.gg

+

Thank you for using our Software

+

If you have any questions, make sure to join our Discord

+

(you can change this message in the Settings )

' ); $this->migrator->add('website.show_imprint', $table_exists ? $this->getOldValue("SETTINGS::SYSTEM:SHOW_IMPRINT") : false); $this->migrator->add('website.show_privacy', $table_exists ? $this->getOldValue("SETTINGS::SYSTEM:SHOW_PRIVACY") : false); diff --git a/public/install/index.php b/public/install/index.php index 3a05e2b0..6afd2e70 100644 --- a/public/install/index.php +++ b/public/install/index.php @@ -327,7 +327,7 @@ function cardStart($title, $subtitle = null)
- +