Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
42 lines (33 sloc)
1.27 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <br> | |
| <b>Warning</b>: Cannot add more header information - the header was already sent (header information may be added only before any output is generated from the script - check for text or whitespace outside PHP tags, or calls to functions that output text) in <b>/usr2/www/htdocs/bnv/portal/backend.php3</b> on line <b>18</b><br> | |
| <?xml version="1.0" encoding="ISO-8859-1"?> | |
| <!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" | |
| "http://my.netscape.com/publish/formats/rss-0.91.dtd"> | |
| <rss version="0.91"> | |
| <channel> | |
| <title>Linux Preview</title> | |
| <link>http://yoursite.com</link> | |
| <description>Your site Name - Your slogan</description> | |
| <language>es-ve</language> | |
| <image> | |
| <title>Linux Preview</title> | |
| <url>http://yoursite.com/images/mynetscape.gif</url> | |
| <link>http://yoursite.com</link> | |
| <description>Write here your site's slogan...</description> | |
| <width>88</width> | |
| <height>31</height> | |
| </image> | |
| <item> | |
| <title></title> | |
| <link>http://yoursite.com/article.php3?sid=3</link> | |
| </item> | |
| <item> | |
| <title></title> | |
| <link>http://yoursite.com/article.php3?sid=2</link> | |
| </item> | |
| <item> | |
| <title>Welcome to PHP-Nuke 2.0</title> | |
| <link>http://yoursite.com/article.php3?sid=1</link> | |
| </item> | |
| </channel> | |
| </rss> |