firmware/src/packages/fff/fff-web-ui/files/www/ssl/cgi-bin/leaflet.js
Adrian Schmutzler 8a648af3e2 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>
2021-01-01 08:43:43 +01:00

8 lines
103 B
JavaScript
Executable File

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