aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
Diffstat (limited to 'mod')
-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);
}