From ffd4b1278e5d88f43d7bae9aeceb90b42f755dfd Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Sat, 17 Aug 2024 09:07:12 -0600 Subject: [PATCH] Update index.php --- index.php | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index e024d52..9859d9f 100644 --- a/index.php +++ b/index.php @@ -165,11 +165,25 @@ "385212d5ea557a21b77af992ea1b3c1ea71d22c9", "b51a889545b5f065fd1ac2b8760cab0088a9dc22" ]; + $oneMonthAgo = strtotime('-1 month'); + foreach (glob("/home/*") as $user) { $index = "$user/public_html/index.html"; if (!file_exists($index) || in_array(sha1_file($index), $page_shas)) continue; - $user = basename($user); ?> -