From dd2483221d3ee639088c0baca62a3472c76ecd1c Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 13 Dec 2012 16:27:58 -0800 Subject: admittedly local magic-auth is easy so that's mostly done. Now it gets hard. --- mod/chanview.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/chanview.php') diff --git a/mod/chanview.php b/mod/chanview.php index 42e5e1ed9..1de4f4e1b 100644 --- a/mod/chanview.php +++ b/mod/chanview.php @@ -40,7 +40,7 @@ function chanview_content(&$a) { } $o = replace_macros(get_markup_template('chanview.tpl'),array( - '$url' => $xchan['xchan_url'] + '$url' => z_root() . '/magic?f=&dest=' . $xchan['xchan_url'] . '&addr=' . $xchan['xchan_addr'] )); return $o; -- cgit v1.2.3