mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-24 15:15:46 -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;
|
break;
|
||||||
}
|
}
|
||||||
out('Note: These configuration files include settings specific to TorrentPier, such as URL rewriting, security headers, and PHP handling', 'info');
|
if (in_array($webserver, ['nginx', 'caddy'])) {
|
||||||
out('Adapt them to your environment and web server setup', 'info');
|
out('Note: These configuration files include settings specific to TorrentPier, such as URL rewriting, security headers, and PHP handling', 'info');
|
||||||
sleep(3);
|
out('Adapt them to your environment and web server setup', 'info');
|
||||||
|
sleep(3);
|
||||||
|
}
|
||||||
|
|
||||||
// Cleanup...
|
// Cleanup...
|
||||||
if (is_file(BB_ROOT . '_cleanup.php')) {
|
if (is_file(BB_ROOT . '_cleanup.php')) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue