Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ MT-multithreading and servers » [Solved]Can't show favicon.ico in Skylark if root path is not Null
Re: Can't show favicon.ico in Skylark if root path is not Null [message #36869 is a reply to message #36868] Sun, 15 July 2012 19:42 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14267
Registered: November 2005
Ultimate Member
Good point. Added feature that '/' at the start of path avoids prepending 'root':


SKYLARK(Favicon, "/favicon.ico")
{
	http.ContentType("image/png") << LoadFile(GetDataFile("favicon.png"));
}


Mirek
 
Read Message
Read Message
Read Message
Previous Topic: Http file download question
Next Topic: Skylark logs failure in accept()
Goto Forum:
  


Current Time: Tue Aug 26 11:15:37 CEST 2025

Total time taken to generate the page: 0.05641 seconds