From d85e6f791413422c74f4a1f5119a891ae19b8d17 Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Thu, 13 Apr 2017 19:43:30 -0400 Subject: Forced profile completion for policy reasons --- inc/functions.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'inc') diff --git a/inc/functions.php b/inc/functions.php index 92343f7..430a6d6 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -43,8 +43,7 @@ function fatal ($msg = null, $link = null, $label = null) { } function gohome () { - global $b_config; - redirect($b_config['base_url']); + l_redirect(''); } function goin () { -- cgit v1.2.3