diff --git a/wiki/index.php b/wiki/index.php index 4b36f82..000e940 100644 --- a/wiki/index.php +++ b/wiki/index.php @@ -14,7 +14,7 @@ include __DIR__."/../header.php"; $title = preg_match("/title: (.*)/i", file_get_contents($file), $matches) ? $matches[1] : $article; $article_to_title[$article] = $title; } - sort($article_to_title); + asort($article_to_title); ?> $title) { ?>