aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Settings/Directory.php
diff options
context:
space:
mode:
Diffstat (limited to 'Zotlabs/Module/Settings/Directory.php')
-rw-r--r--Zotlabs/Module/Settings/Directory.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/Zotlabs/Module/Settings/Directory.php b/Zotlabs/Module/Settings/Directory.php
index 6e24a2cfa..13fe6eb79 100644
--- a/Zotlabs/Module/Settings/Directory.php
+++ b/Zotlabs/Module/Settings/Directory.php
@@ -16,6 +16,10 @@ class Directory {
process_module_features_post(local_channel(), $features, $_POST);
build_sync_packet();
+
+ if($_POST['rpath'])
+ goaway($_POST['rpath']);
+
return;
}