diff --git a/index.php b/index.php index bed7765..d06778f 100644 --- a/index.php +++ b/index.php @@ -1,6 +1,6 @@ - + -

welcome to tilde.club

Questions? See the official FAQ.

@@ -171,62 +170,82 @@ if (isset($_GET['notice'])) {

if you're not seeing yourself listed here, change your page from the default.

users with recently updated pages within the last month are highlighted in a lighter color.

list all users

- '; + + // Save cache file + $save_cache = file_put_contents($cache_file, $homepages_list); + } + + echo $homepages_list; + ?> - - +