aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-10 20:06:27 -0800
committerfriendica <info@friendica.com>2013-11-10 20:06:27 -0800
commit0f241ab571b84a8cb1fccfb7a53adae70bebceb2 (patch)
tree76c43497d6ff20f51c8623ebeb61d0233be615b9
parent3a10e698c9932df64c6e4fa9e0785efaf4357362 (diff)
parentc8008039d8a357be0125371830a48838aaa4916e (diff)
downloadvolse-hubzilla-0f241ab571b84a8cb1fccfb7a53adae70bebceb2.tar.gz
volse-hubzilla-0f241ab571b84a8cb1fccfb7a53adae70bebceb2.tar.bz2
volse-hubzilla-0f241ab571b84a8cb1fccfb7a53adae70bebceb2.zip
Merge https://github.com/friendica/red into zpull
-rw-r--r--mod/toggle_safesearch.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/toggle_safesearch.php b/mod/toggle_safesearch.php
index 1294520c6..9d4e9a109 100644
--- a/mod/toggle_safesearch.php
+++ b/mod/toggle_safesearch.php
@@ -15,7 +15,7 @@ if($safe_mode == 1)
if(isset($_GET['address']))
$address = $_GET['address'];
else
- $address = z_root();
+ $address = z_root() . '/directory';
goaway($address);
}