From: Tobias Diekershoff Date: Mon, 20 Mar 2017 07:38:50 +0000 (+0100) Subject: strip the www subdomain as is causes problems with their cert X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b561f62bb33efde1eb77618d6a82347b4cc1b205;p=friendica-addons.git strip the www subdomain as is causes problems with their cert --- diff --git a/pledgie/pledgie.php b/pledgie/pledgie.php index e44255a8..fdc727b1 100644 --- a/pledgie/pledgie.php +++ b/pledgie/pledgie.php @@ -71,9 +71,9 @@ function pledgie_active(&$a,&$b) { $campaign = get_config('pledgie-campaign','text'); $describe = get_config('pledgie-describe','text'); $b .= '
'; - $b .= $describe . '
Click here to lend your support to: ' . $describe .  '!
'; }