From 1046c1505adf14dd394930b98b1eaeaad0524288 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Smoli=C5=84ski?= Date: Fri, 26 Jun 2026 21:44:17 +0200 Subject: [PATCH] Update DebugKit documentation url --- templates/Pages/home.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Pages/home.php b/templates/Pages/home.php index 4b38d0f0e..710ad2f03 100644 --- a/templates/Pages/home.php +++ b/templates/Pages/home.php @@ -39,7 +39,7 @@ } if ($name === 'debug_kit') { $error = 'Try adding your current top level domain to the - DebugKit.safeTld + DebugKit.safeTld config and reload.'; if (!in_array('sqlite', \PDO::getAvailableDrivers())) { $error .= '
You need to install the PHP extension pdo_sqlite so DebugKit can work properly.';