summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/desktop/site.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/desktop/site.php b/includes/desktop/site.php
index 5bf0143..ada71b4 100644
--- a/includes/desktop/site.php
+++ b/includes/desktop/site.php
@@ -11,7 +11,7 @@
<frameset rows="96,*" frameBorder="0" border="0" noresize framespacing="0">
<frame src="navtop.html" frameBorder="0" border="0" noresize scrolling="no">
<frameset cols="120,*" frameBorder="0" border="0" noresize framespacing="0">
- <frame src="navside.html" frameBorder="0" border="0" noresize scrolling="no">
+ <frame src="navside.html?v=<?= htmlentities(urlencode(filemtime(__DIR__ . "/../../navside.html"))) ?>" frameBorder="0" border="0" noresize scrolling="no">
<frame src="pages/<?= htmlentities(urlencode($_GET["p"] ?? "start.php")) ?>" name="sitemain" frameBorder="0" border="0" noresize>
</frameset>
</frameset>