aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mod/chanview.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/mod/chanview.php b/mod/chanview.php
index 1de4f4e1b..b2a8e12d2 100644
--- a/mod/chanview.php
+++ b/mod/chanview.php
@@ -40,7 +40,9 @@ function chanview_content(&$a) {
}
$o = replace_macros(get_markup_template('chanview.tpl'),array(
- '$url' => z_root() . '/magic?f=&dest=' . $xchan['xchan_url'] . '&addr=' . $xchan['xchan_addr']
+ '$url' => $xchan['xchan_url']
+// FIXME when magic auth is finished replace here and check that against the chanview page when unauthenticated any place
+// '$url' => z_root() . '/magic?f=&dest=' . $xchan['xchan_url'] . '&addr=' . $xchan['xchan_addr']
));
return $o;