Хранилища Subversion ant

Сравнить редакции

Не учитывать пробелы Редакция 139 → Редакция 140

/trunk/feed.php
65,7 → 65,8
$result = "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n";
$result .= "<feed xmlns=\"http://www.w3.org/2005/Atom\">\n";
$result .= "<title>".$core->getSetting('codename',$db)." последние изменения</title>\n";
$result .= "<link href=\"http://".$_SERVER["HTTP_HOST"].dirname($_SERVER["PHP_SELF"])."/\" rel=\"self\" />\n";
$result .= "<link href=\"http://".$_SERVER["HTTP_HOST"].dirname($_SERVER["PHP_SELF"])."/\" />\n";
$result .= "<link href=\"http://".$_SERVER["HTTP_HOST"].dirname($_SERVER["PHP_SELF"])."/feed.php?atom=1\" rel=\"self\" />\n";
$result .= "<updated>".$lastbuilddate."</updated>\n";
$result .= "<author>\n<name>\n".$core->getSetting('codename',$db)."</name>\n</author>\n";
$result .= "<id>urn:uuid:".$core->getUUID("http://".$_SERVER["HTTP_HOST"].dirname($_SERVER["PHP_SELF"])."/")."</id>\n";