firmware/src/packages/fff/fff-web-ui/files/www/ssl/cgi-bin/leaflet.css
Adrian Schmutzler def42fadde fff-web: rename to fff-web-ui
The former fff-web package is essentially for serving a user
interface (UI). Therefore, include the UI in the name to distinguish
it from other web packages.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Reviewed-by: Robert Langhammer <rlanghammer@web.de>
Acked-by: Christian Dresel <freifunk@dresel.systems>
2020-12-22 14:10:16 +01:00

8 lines
97 B
CSS
Executable File

#!/usr/bin/haserl
<%
echo -en "content-type: text/css\r\n\r\n"
zcat /www/ssl/leaflet.css.gz
%>