diff options
author | Minteck <46352972+Minteck@users.noreply.github.com> | 2021-07-27 04:47:58 +0200 |
---|---|---|
committer | Minteck <46352972+Minteck@users.noreply.github.com> | 2021-07-27 04:47:58 +0200 |
commit | b028da9fea70c65ccd52d1d478859739027d756a (patch) | |
tree | f6ad05f4313499ebd84c2afd26320217b18ad04f /includes/blog/list.php | |
parent | af9e5ef458b93ef2003905e1ccc5665e7266c242 (diff) | |
download | main-b028da9fea70c65ccd52d1d478859739027d756a.tar.gz main-b028da9fea70c65ccd52d1d478859739027d756a.tar.bz2 main-b028da9fea70c65ccd52d1d478859739027d756a.zip |
Commmmmmit
Diffstat (limited to 'includes/blog/list.php')
-rw-r--r-- | includes/blog/list.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/blog/list.php b/includes/blog/list.php index 5166966..ba859a2 100644 --- a/includes/blog/list.php +++ b/includes/blog/list.php @@ -3,6 +3,7 @@ $articles = scandir($_SERVER['DOCUMENT_ROOT'] . "/includes/blog/data"); $i = 1; + $articles = array_reverse($articles); foreach ($articles as $article): ?> |