From 0ec4c686bd43543492e1990cae47c99a2ef3146b Mon Sep 17 00:00:00 2001 From: Julian Prieber Date: Fri, 5 May 2023 16:44:56 +0200 Subject: [PATCH] Update advanced-config.php --- storage/templates/advanced-config.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/storage/templates/advanced-config.php b/storage/templates/advanced-config.php index f0fc099..843a2dd 100644 --- a/storage/templates/advanced-config.php +++ b/storage/templates/advanced-config.php @@ -96,11 +96,6 @@ return [ 'custom_home_url' => '/home', // Only applies if you set a "HOME_URL" in the config. - // If 'true' the Home Page will be disabled entirely. - // You will still be able to login on the login page etc. - 'disable_home_page' => 'false', // Either 'true', 'false' or 'redirect'. - 'redirect_home_page' => 'https://linkstack.org', // Only active if value above is set to 'redirect'. - // The URL prefix is the symbol that comes before a LinkStack URL. // For example the '@' in 'example.com/@admin'. // If empty no prefix is required.