firmware/src/packages/fff/fff-web/files/www/include/helpers

12 lines
145 B
Plaintext
Executable File

#!/usr/bin/haserl
<%
. /lib/functions/fff/evalbytes
show_msg() {
if [ "$MSG" != "" ] ; then
echo "<div class=\"msg\">${MSG}</div>"
fi
}
%>