From 7d93d45197baa4fc5afdd1132c0319f397a876f2 Mon Sep 17 00:00:00 2001 From: 1day2die Date: Wed, 3 May 2023 14:52:34 +0200 Subject: [PATCH] Update 2023_02_01_182158_create_website_settings.php --- .../settings/2023_02_01_182158_create_website_settings.php | 5 +---- 1 file changed, 1 insertion(+), 4 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 013c85f8..c7e8fa51 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,7 @@ class CreateWebsiteSettings extends SettingsMigration $this->migrator->add( 'website.motd_message', $table_exists ? $this->getOldValue("SETTINGS::SYSTEM:MOTD_MESSAGE") : - '

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 )

' + '

\"\"Controlpanel.gg<\/span><\/h1>\r\n

Thank you for using our Software<\/span><\/p>\r\n

If you have any questions, make sure to join our Discord<\/a><\/span><\/p>\r\n

(you can change this message in the Settings<\/a> )<\/span><\/p>' ); $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);