diff options
author | friendica <info@friendica.com> | 2013-01-18 19:07:32 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-18 19:07:32 -0800 |
commit | 4378cf6fd505a6b5f7c7ab341ac8b5fe79b5776c (patch) | |
tree | a596542ab903f99fe6d51637fb433773ae7d1e5f /mod | |
parent | a168c628a2d1fd30bb5138fc7d0101963c4c5139 (diff) | |
download | volse-hubzilla-4378cf6fd505a6b5f7c7ab341ac8b5fe79b5776c.tar.gz volse-hubzilla-4378cf6fd505a6b5f7c7ab341ac8b5fe79b5776c.tar.bz2 volse-hubzilla-4378cf6fd505a6b5f7c7ab341ac8b5fe79b5776c.zip |
disable magic auth for now since it isn't finished
Diffstat (limited to 'mod')
-rw-r--r-- | mod/chanview.php | 4 |
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; |