diff --git a/functions.php b/functions.php index 4261f85..9984c08 100644 --- a/functions.php +++ b/functions.php @@ -171,7 +171,7 @@ function put_install_envs() { putenv('VPN_PROXY='.$_POST["vpn"]); if ($_POST["vpn"]=="yes") { putenv('VPN_DOMAIN='.$_POST["vpn_domain"]); - putenv('VPN_KEY='.$_POST["vpn_key"]); + putenv('VPN_PASS='.$_POST["vpn_pass"]); putenv('LETSENCRYPT_MAIL='.$_POST["letsencrypt_mail"]); putenv('LETSENCRYPT_SERVERNAME='.$_POST["letsencrypt_servername"]); diff --git a/install.html b/install.html index b3e139c..3bc9a08 100644 --- a/install.html +++ b/install.html @@ -78,8 +78,8 @@