adding data backup button -- restore button coming soon

edited php headers for new homepage layout
This commit is contained in:
Patrick McGuire
2021-10-21 12:12:36 -04:00
parent 837388a69b
commit faf1d16a86
10 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ Note the following:
<frame name="topNav" src="top.html" scrolling="off">
<frameset cols="150,*" frameborder="0" border="0" framespacing="0">
<frame name="menu" src="menu.html" marginheight="0" marginwidth="0" scrolling="auto" noresize>
<frame name="content" src="http://birdnetpi.local/viewdb.php" marginheight="0" marginwidth="0" scrolling="auto" noresize>
<frame name="content" src="/viewdb.php" marginheight="0" marginwidth="0" scrolling="auto" noresize>
</frameset>
<frame name="footer" src="footer.html" scrolling="off">