Update heroku.php

This commit is contained in:
qkqpttgf
2020-01-19 21:15:37 +08:00
committed by GitHub
parent 202ddcf5cb
commit 697112ea70
+1 -2
View File
@@ -300,8 +300,7 @@ namespace:' . $namespace . '<br>
if ($_POST['submit1']) {
foreach ($_POST as $k => $v) {
if (in_array($k, $constEnv)) {
//if (!(getConfig($k)==''&&$v==''))
$tmp[$k] = $v;
if (!(getConfig($k)==''&&$v=='')) $tmp[$k] = $v;
}
}
/*if ($tmp['domain_path']!='') {