aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Settings/Profiles.php
diff options
context:
space:
mode:
Diffstat (limited to 'Zotlabs/Module/Settings/Profiles.php')
-rw-r--r--Zotlabs/Module/Settings/Profiles.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Settings/Profiles.php b/Zotlabs/Module/Settings/Profiles.php
index f7c7a0029..0ff2dfb6d 100644
--- a/Zotlabs/Module/Settings/Profiles.php
+++ b/Zotlabs/Module/Settings/Profiles.php
@@ -23,7 +23,7 @@ class Profiles {
Libsync::build_sync_packet();
- if($_POST['rpath'])
+ if(isset($_POST['rpath']) && is_local_url($_POST['rpath']))
goaway($_POST['rpath']);
return;