Skip to content

Commit

Permalink
www-footer: replace date with server version
Browse files Browse the repository at this point in the history
  • Loading branch information
cremesk committed Jan 6, 2024
1 parent df9b282 commit 870e05d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cat<<EOF
</TR>
<tr><td COLSPAN="5"><table class="navibar" width="100%">
<TR>
<TD COLSPAN="4" HEIGHT="19"><ADDRESS CLASS="magenta">Stand: $DATE</ADDRESS></TD>
<TD COLSPAN="4" HEIGHT="19"><ADDRESS CLASS="magenta">Freifunk Dresden Server Edition: $VERSION</ADDRESS></TD>
<TD HEIGHT="19" WIDTH="150"><SPAN CLASS="magenta"><A CLASS="magenta" HREF="javascript:location.href=location.href;"><IMG ALT="" BORDER="0" HEIGHT="14" SRC="/images/ff-arrow-top.gif" WIDTH="14">Seitenanfang</A></SPAN></TD>
</TR></table></td></tr>
</TABLE>
Expand Down
2 changes: 1 addition & 1 deletion salt/freifunk/base/ddmesh/var/www_freifunk/index.cgi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

export DATE="27.11.2019"
export VERSION="$(cat /etc/freifunk-server-version)"
export TITLE="Allgemein &gt; Nodes"
. ./cgi-bin-pre.cgi

Expand Down

0 comments on commit 870e05d

Please sign in to comment.