New issue 59 by dangquangvu: Missing server port in shared feed link
http://code.google.com/p/feed-on-feeds/issues/detail?id=59
In case server port isn't 80, shared feed link is wrong.
Modification in shared.php
$server_port = $_SERVER['SERVER_PORT'] != 80 ? ':' .
$_SERVER['SERVER_PORT'] : '';
$shared_feed = htmlspecialchars("http://" . $_SERVER['SERVER_NAME'] .
$server_port . $_SERVER['PHP_SELF'] . "?user=$user&format=atom");
$shared_link = htmlspecialchars("http://" . $_SERVER['SERVER_NAME'] .
$server_port . $_SERVER['PHP_SELF'] . "?user=$user");
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings