Update heroku.php

pull/4/head
qkqpttgf 2020-01-19 21:15:37 +08:00 committed by GitHub
parent 202ddcf5cb
commit 697112ea70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -300,8 +300,7 @@ namespace:' . $namespace . '<br>
if ($_POST['submit1']) { if ($_POST['submit1']) {
foreach ($_POST as $k => $v) { foreach ($_POST as $k => $v) {
if (in_array($k, $constEnv)) { if (in_array($k, $constEnv)) {
//if (!(getConfig($k)==''&&$v=='')) if (!(getConfig($k)==''&&$v=='')) $tmp[$k] = $v;
$tmp[$k] = $v;
} }
} }
/*if ($tmp['domain_path']!='') { /*if ($tmp['domain_path']!='') {