summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorCarson Fleming <cflems@cflems.net>2017-04-13 19:43:30 -0400
committerCarson Fleming <cflems@cflems.net>2017-04-13 19:43:30 -0400
commitd85e6f791413422c74f4a1f5119a891ae19b8d17 (patch)
tree6103e42e9e7a430df4fbd7e6b282391b28d3aec0 /inc
parent3532ad23553572ef91a9f079eadc6b7454f0cd3a (diff)
downloadbulletin-d85e6f791413422c74f4a1f5119a891ae19b8d17.tar.gz
Forced profile completion for policy reasons
Diffstat (limited to 'inc')
-rw-r--r--inc/functions.php3
1 files changed, 1 insertions, 2 deletions
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 () {