X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FTos.php;h=2bc3393b2362f65d634d0dcb8e2abbadbf302a33;hb=aa0b485f3dca72c5448076e913fa54d948cd7731;hp=05af490da68f77e5e2e53ad8badb7219ab3b7b4e;hpb=6c36fd9e01510a14fea9de766b4afe6760912a2e;p=friendica.git diff --git a/src/Module/Tos.php b/src/Module/Tos.php index 05af490da6..2bc3393b23 100644 --- a/src/Module/Tos.php +++ b/src/Module/Tos.php @@ -1,15 +1,27 @@ . * - * This module displays the Terms of Service for a node, if the admin - * wants them to be displayed. */ namespace Friendica\Module; use Friendica\BaseModule; -use Friendica\Core\Config; use Friendica\Core\Renderer; use Friendica\Content\Text\BBCode; use Friendica\DI;