summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.php b/index.php
index 9da75cd..85e19a1 100644
--- a/index.php
+++ b/index.php
@@ -60,6 +60,8 @@
'lib/fonts/pmn-caecilia-75.ttf'
];
+ $check_files_mtime = array_filter($check_files_mtime, "file_exists");
+
$last_mtime = array_reduce(
array_map("filemtime", $check_files_mtime),
function ($carry, $item) {