mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 04:45:16 +02:00
Some more removed code
This commit is contained in:
parent
44091aa631
commit
74ed37aa87
2 changed files with 1 additions and 136 deletions
|
@ -44,7 +44,6 @@ function dfrn_poll_init(&$a) {
|
|||
|
||||
logger('dfrn_poll: public feed request from ' . $_SERVER['REMOTE_ADDR'] . ' for ' . $user);
|
||||
header("Content-type: application/atom+xml");
|
||||
//echo get_feed_for($a, '', $user,$last_update);
|
||||
echo dfrn_feed($a, '', $user,$last_update);
|
||||
killme();
|
||||
}
|
||||
|
@ -372,7 +371,6 @@ function dfrn_poll_post(&$a) {
|
|||
}
|
||||
|
||||
header("Content-type: application/atom+xml");
|
||||
//$o = get_feed_for($a,$dfrn_id, $a->argv[1], $last_update, $direction);
|
||||
$o = dfrn_feed($a,$dfrn_id, $a->argv[1], $last_update, $direction);
|
||||
echo $o;
|
||||
killme();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue