From b4fa247eda0ce65c878e23586ce3714f45146d6b Mon Sep 17 00:00:00 2001 From: Marius Date: Wed, 11 Aug 2021 19:13:54 +0200 Subject: [PATCH] Flat Link List --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 2017ebd..f154505 100644 --- a/index.php +++ b/index.php @@ -280,8 +280,8 @@ function display_flat_link_list() { $h .= ""; $h .= ""; $h .= "
"; - foreach($flat_link_list as $index_file) { - $h .= "
" . $index_file . "
"; + foreach($flat_link_list as $link) { + $h .= "
" . filemtime($link) . "
"; } $h .= "
"; $h .= "";