svn: /pear/pearweb/trunk/public_html/channels/ index.php

[email protected] ("Daniel O'Connor") Wed, 13 Apr 2011 11:30:37 +0000
Newsgroups php.pear.cvs,php.pear.core
Message-ID <[email protected]>
--48a34789138aedf5f9c3da506ce5be4193109207
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

clockwerx                                Wed, 13 Apr 2011 11:30:37 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=310205

Log:
<link rel="alternate" />

Changed paths:
    U   pear/pearweb/trunk/public_html/channels/index.php

Modified: pear/pearweb/trunk/public_html/channels/index.php
===================================================================
--- pear/pearweb/trunk/public_html/channels/index.php	2011-04-13 11:16:20 UTC (rev 310204)
+++ pear/pearweb/trunk/public_html/channels/index.php	2011-04-13 11:30:37 UTC (rev 310205)
@@ -24,7 +24,7 @@
 if (auth_check('pear.admin')) {
     $inactive_channels = channel::listInactive();
 }
-response_header("Channels");
+response_header("Channels", false, '<link rel="alternate" type="application/xbel+xml" href="xbel.php" title="Channel list as XBEL" />');

 $tabs = array("List" => array("url" => "/channels/index.php",
                               "title" => "List Sites."),

--48a34789138aedf5f9c3da506ce5be4193109207--