From f6f3e7b0da993b3fcbe765a77e567ea9b2bd4f39 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Tue, 19 Aug 2025 17:10:41 +0300 Subject: [PATCH] Update install.php --- install.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.php b/install.php index b70cfc00a..83a930ca5 100644 --- a/install.php +++ b/install.php @@ -346,6 +346,8 @@ if (!empty($DB_HOST) && !empty($DB_DATABASE) && !empty($DB_USERNAME)) { } break; } + out('Note: These configuration files include settings specific to TorrentPier, such as URL rewriting, security headers, and PHP handling', 'info'); + out('Adapt them to your environment and web server setup', 'info'); sleep(3); // Cleanup...