mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Added ability to set country name manually (#1652)
* Minor improvements
* Updated
* Revert "Updated"
This reverts commit 927e085cc0
.
* Update CHANGELOG.md
* Update usercp_register.tpl
* Updated
* Updated
* Updated
* Update usercp_register.tpl
* Update usercp_register.tpl
* Update usercp_register.tpl
* Updated
* Update CHANGELOG.md
* Update usercp_register.tpl
This commit is contained in:
parent
ca81d99a71
commit
408635cd52
6 changed files with 42 additions and 7 deletions
|
@ -178,7 +178,7 @@ out("- All extensions are installed!\n", 'success');
|
|||
if (is_file(BB_ROOT . '.env')) {
|
||||
out('- TorrentPier already installed', 'warning');
|
||||
echo 'Are you sure want to re-install TorrentPier? [y/N]: ';
|
||||
if (in_array(mb_strtolower(readline()), ['y', 'ye', 'yes', 'yep', 'yeah'])) {
|
||||
if (str_starts_with(mb_strtolower(readline()), 'y')) {
|
||||
out("\n- Re-install process started...", 'info');
|
||||
// environment
|
||||
if (is_file(BB_ROOT . '.env')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue