disable magic auth for now since it isn't finished

This commit is contained in:
friendica 2013-01-18 19:07:32 -08:00
parent a168c628a2
commit 4378cf6fd5

View File

@ -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;