From 4378cf6fd505a6b5f7c7ab341ac8b5fe79b5776c Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 18 Jan 2013 19:07:32 -0800 Subject: disable magic auth for now since it isn't finished --- mod/chanview.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mod/chanview.php') 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; -- cgit v1.2.3