diff --git a/sites/index.php b/sites/index.php
index 1eab8a5..bcfa4c0 100644
--- a/sites/index.php
+++ b/sites/index.php
@@ -27,7 +27,8 @@
// Set the last-updated timestamp
// to the time the server data file was last modified.
- $timestamp = filemtime($ROOMS_FILE);
+ $time_modified = filemtime($ROOMS_FILE);
+ $time_modified_str = date("Y-m-d H:i:s", $time_modified);
?>
@@ -48,7 +49,7 @@
?>Copy Community links into the Session app!">
- ">
+
-
+