mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
Update install.php
This commit is contained in:
parent
d98c81e6b2
commit
864b2595c8
1 changed files with 2 additions and 2 deletions
|
@ -185,7 +185,7 @@ $DB_USERNAME = '';
|
|||
$DB_PASSWORD = '';
|
||||
|
||||
if (is_file(ROOT . '.env')) {
|
||||
out("--- Configuring TorrentPier ---\n", 'info');
|
||||
out("--- Configuring TorrentPier ---", 'info');
|
||||
|
||||
$envContent = file_get_contents(ROOT . '.env');
|
||||
if ($envContent === false) {
|
||||
|
@ -206,7 +206,7 @@ if (is_file(ROOT . '.env')) {
|
|||
$$key = $value;
|
||||
}
|
||||
|
||||
out("Current value of $key: $value", 'debug');
|
||||
out("\nCurrent value of $key: $value", 'debug');
|
||||
echo "Enter a new value for $key (or leave empty to not change): ";
|
||||
$newValue = readline();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue