From 06cfb4ee0cd52bcfb2563cef0fc00af26d86487a Mon Sep 17 00:00:00 2001 From: gravel Date: Sun, 7 Jan 2024 20:57:23 +0000 Subject: [PATCH] Add site modified time in Microdata --- sites/index.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/sites/index.php b/sites/index.php index 1eab8a5a..bcfa4c00 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!"> - "> + - +