diff --git a/build/index.php b/build/index.php index 1347f1a..bcfefc3 100644 --- a/build/index.php +++ b/build/index.php @@ -100,6 +100,10 @@ $guiConfig = <<<'GUICONFIG' "Recent changes", "?action=recent-changes" ], + [ + "Statistics", + "?action=stats" + ], [ "🡅 Upload", "index.php?action=upload" diff --git a/peppermint.guiconfig.json b/peppermint.guiconfig.json index 7266d60..27f4cb3 100644 --- a/peppermint.guiconfig.json +++ b/peppermint.guiconfig.json @@ -78,6 +78,10 @@ "Recent changes", "?action=recent-changes" ], + [ + "Statistics", + "?action=stats" + ], [ "🡅 Upload", "index.php?action=upload"