diff options
| author | Carson Fleming <cflems@cflems.net> | 2017-04-13 19:43:30 -0400 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2017-04-13 19:43:30 -0400 |
| commit | d85e6f791413422c74f4a1f5119a891ae19b8d17 (patch) | |
| tree | 6103e42e9e7a430df4fbd7e6b282391b28d3aec0 /inc/functions.php | |
| parent | 3532ad23553572ef91a9f079eadc6b7454f0cd3a (diff) | |
| download | bulletin-d85e6f791413422c74f4a1f5119a891ae19b8d17.tar.gz | |
Forced profile completion for policy reasons
Diffstat (limited to 'inc/functions.php')
| -rw-r--r-- | inc/functions.php | 3 |
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 () { |
