From 16be9438b91016ce6e61dfa66bdeb89960346c8d Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Fri, 21 Dec 2018 01:17:18 -0700 Subject: [PATCH] Minor text fixes --- settings.template.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/settings.template.php b/settings.template.php index f27e355..52048b3 100644 --- a/settings.template.php +++ b/settings.template.php @@ -158,7 +158,5 @@ $SETTINGS = [ // Also shown in the footer, but with "Copyright " in front. "copyright" => "Netsyms Technologies", // Base URL for building links relative to the location of the app. - // Only used when there's no good context for the path. - // The default is almost definitely fine. - "url" => "." + "url" => "/accounthub/" ];