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
f8c0edd781
commit
d98c81e6b2
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ if (is_file(ROOT . '.env')) {
|
||||||
}
|
}
|
||||||
|
|
||||||
out("Current value of $key: $value", 'debug');
|
out("Current value of $key: $value", 'debug');
|
||||||
out("Enter a new value for $key (or leave empty to not change): ");
|
echo "Enter a new value for $key (or leave empty to not change): ";
|
||||||
$newValue = readline();
|
$newValue = readline();
|
||||||
|
|
||||||
if (!empty($newValue)) {
|
if (!empty($newValue)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue