Registrations to Open-AudIT forums are now closed. To ask any new questions please visit Opmantek Community Questions.

Open-AudIT

What's on your network?
It is currently Thu Mar 28, 2024 9:13 pm

All times are UTC + 10 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
PostPosted: Wed Jan 23, 2008 12:39 am 
Offline
Newbie

Joined: Mon Jan 14, 2008 8:09 pm
Posts: 9
I found a code bug in the rss feed code.


Change all the rss feed codes from:

[code]echo '<rss version="2.0">'."\n";
echo '<channel>'."\n";
echo '<image>'."\n";
echo '<url>'.$sitename.'favicon.ico</url>'."\n";
echo '</image>'."\n";
echo '<title>'.$sitename.'</title>'."\n";
echo '<link>'.$sitebaseurl.'</link>'."\n";
[/code]

to this:
[code] echo '<rss version="2.0">'."\n";
echo '<channel>'."\n";
echo '<image>'."\n";
echo '<url>'.'./favicon.ico'.'</url>'."\n";
echo '</image>'."\n";
echo '<title>'.$sitename.'</title>'."\n";
echo '<link>'.$sitebaseurl.'</link>'."\n";
echo '<description>'.$sitedescription.'</description>'."\n";
[/code]


Top
 Profile  
Reply with quote  
PostPosted: Wed Jan 23, 2008 8:43 pm 
Offline
Moderator
User avatar

Joined: Tue Jan 25, 2005 3:09 am
Posts: 2140
Location: Scotland
Can yoy post the nature of the bug, and this information in the BUGS section please, otherwise it may be missed.

Thanks

_________________
Andrew

[size=85]OA Server: Windows XP/ XAMPP, Mandriva/Apache, Ubuntu
Auditing: 300+ Wstns, 20+ Srvrs, Thin clients, Linux boxes, Routers, etc
OS's: Windows XP , W2K Srvr, W2K3 Srvr, W2K8, Vista, Windows 7, Linuxes (and a Mac at home)
LDAP: Active Directory[/size]


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC + 10 hours


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group