From a4cb139a2067c4ccbb44ddc92b35ccf0def4b837 Mon Sep 17 00:00:00 2001 From: Jordi Kroon Date: Sun, 5 Jul 2026 00:21:37 +0200 Subject: [PATCH] Remove unused intro variable from docs --- docs.php | 1 - 1 file changed, 1 deletion(-) diff --git a/docs.php b/docs.php index 59f33bf3c4..635da0b7e1 100644 --- a/docs.php +++ b/docs.php @@ -9,7 +9,6 @@ "Documentation", [ "current" => "docs", - 'intro' => $intro, 'cache_control' => 5 * 60, // 5 minutes ] );