Update install.php

This commit is contained in:
Roman Kelesidis 2025-08-19 18:19:41 +03:00
commit 417524dbc1
No known key found for this signature in database
GPG key ID: D8157C4D4C4C6DB4

View file

@ -346,9 +346,11 @@ 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);
if (in_array($webserver, ['nginx', 'caddy'])) {
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...
if (is_file(BB_ROOT . '_cleanup.php')) {