diff options
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -166,7 +166,7 @@ $Router->Dispatch($a); if(x($_SESSION, 'visitor_home')) { $homebase = $_SESSION['visitor_home']; } elseif(local_channel()) { - $homebase = $a->get_baseurl() . '/channel/' . $a->channel['channel_address']; + $homebase = z_root() . '/channel/' . $a->channel['channel_address']; } if(isset($homebase)) { |