From 2cab43b7c91ebe3a342d9febe8beee074c143789 Mon Sep 17 00:00:00 2001
From: Ralf Thees <ralf@herrthees.de>
Date: Thu, 23 Aug 2018 16:56:07 +0200
Subject: [PATCH 1/3] chng

---
 config/settings.ini.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/settings.ini.php b/config/settings.ini.php
index 3a30bc386..353b1fa1f 100644
--- a/config/settings.ini.php
+++ b/config/settings.ini.php
@@ -49,7 +49,7 @@ default_timezone = UTC
 
 ; directory (String)
 ; URL of the global directory.
-directory = https://dir.friendi.social
+directory = https://dir.friendica.social
 
 ; forbidden_nicknames (Comma-separated list)
 ; Prevents users from registering the specified nicknames on this node.

From 5201e9009dbabae9b598a3ee5399ff228696fe0e Mon Sep 17 00:00:00 2001
From: Ralf Thees <ralf@herrthees.de>
Date: Wed, 17 Oct 2018 22:53:24 +0200
Subject: [PATCH 2/3] Inserted missing hidden input with form_security_token

---
 view/theme/frio/templates/group_edit.tpl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/view/theme/frio/templates/group_edit.tpl b/view/theme/frio/templates/group_edit.tpl
index 174c292e0..5b7f1a643 100644
--- a/view/theme/frio/templates/group_edit.tpl
+++ b/view/theme/frio/templates/group_edit.tpl
@@ -26,7 +26,8 @@
 		<div id="group-edit-wrapper">
 
 			<form action="group/{{$gid}}" id="group-edit-form" method="post">
-
+                                <input type="hidden" name="form_security_token" value="{{$form_security_token}}">
+                                
 				<div class="pull-left">
 				{{include file="field_input.tpl" field=$gname label=false}}
 				</div>

From 4ddf59e0162641b9da5b0dc28081765253841a9c Mon Sep 17 00:00:00 2001
From: Ralf Thees <ralf@herrthees.de>
Date: Thu, 25 Oct 2018 09:33:01 +0200
Subject: [PATCH 3/3] indents now with tabs

---
 view/theme/frio/templates/group_edit.tpl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/view/theme/frio/templates/group_edit.tpl b/view/theme/frio/templates/group_edit.tpl
index 5b7f1a643..9d663b3ed 100644
--- a/view/theme/frio/templates/group_edit.tpl
+++ b/view/theme/frio/templates/group_edit.tpl
@@ -26,8 +26,8 @@
 		<div id="group-edit-wrapper">
 
 			<form action="group/{{$gid}}" id="group-edit-form" method="post">
-                                <input type="hidden" name="form_security_token" value="{{$form_security_token}}">
-                                
+				<input type="hidden" name="form_security_token" value="{{$form_security_token}}">
+
 				<div class="pull-left">
 				{{include file="field_input.tpl" field=$gname label=false}}
 				</div>