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...