From: Hypolite Petovan Date: Tue, 10 Jul 2018 12:47:57 +0000 (-0400) Subject: [fortunate] Mark addon as unsupported X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7ee6c3a20c509586ba25628684976eb1c0f52cad;p=friendica-addons.git [fortunate] Mark addon as unsupported --- diff --git a/fortunate/fortunate.php b/fortunate/fortunate.php index 8c15caa6..ebece489 100644 --- a/fortunate/fortunate.php +++ b/fortunate/fortunate.php @@ -4,6 +4,7 @@ * Description: Add a random fortune cookie at the bottom of every pages. [Requires manual confguration.] * Version: 1.0 * Author: Mike Macgirvin + * Status: Unsupported */ use Friendica\Core\Addon; use Friendica\Util\Network; @@ -28,7 +29,7 @@ function fortunate_uninstall() function fortunate_fetch(&$a, &$b) { - $a->page['htmlhead'] .= '' . "\r\n"; if (FORTUNATE_SERVER != 'hostname.com') {