summaryrefslogtreecommitdiff
path: root/inc/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/functions.php')
-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 () {