* [task#147913,doing,0.1h] Change variable name.

This commit is contained in:
zhangjialiang
2025-08-14 08:41:38 +08:00
parent 441c6f34a5
commit 8ab5b1684d
+1 -1
View File
@@ -490,7 +490,7 @@ class adminModel extends model
$httpData['version'] = $this->config->version;
$httpData['phpVersion'] = phpversion();
$httpData['os'] = PHP_OS . ' ' . php_uname('m');
$httpData['is_docker'] = file_exists('/.dockerenv');
$httpData['isDocker'] = file_exists('/.dockerenv');
$httpData['installType'] = '';
$httpData['ip'] = helper::getRemoteIP();