mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
Update install.php
This commit is contained in:
parent
f6f3e7b0da
commit
417524dbc1
1 changed files with 5 additions and 3 deletions
|
@ -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')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue