Update vier with new global support forum

vier has a hardcoded path to the helpers forum as well.
I've changed the path of the global support forum to https://forum.friendi.ca/profile/helpers.
This commit is contained in:
S.Krumbholz 2017-10-12 15:59:13 +02:00 committed by GitHub
parent bc41a2b606
commit 80dde20c64
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ function theme_admin(App $a) {
$helperlist = get_config('vier', 'helperlist'); $helperlist = get_config('vier', 'helperlist');
if ($helperlist == "") if ($helperlist == "")
$helperlist = "https://helpers.pyxis.uberspace.de/profile/helpers"; $helperlist = "https://forum.friendi.ca/profile/helpers";
$t = get_markup_template("theme_admin_settings.tpl"); $t = get_markup_template("theme_admin_settings.tpl");
$o .= replace_macros($t, array( $o .= replace_macros($t, array(