(fix): restore ip key in tracking payload

This commit is contained in:
Jake Barnby
2026-03-31 16:02:22 +13:00
parent 5c84efdd7c
commit fe6f79c9c6
+1 -1
View File
@@ -786,7 +786,7 @@ class Install extends Action
'email' => $email,
'domain' => $domain,
'database' => $database,
'hostIp' => ($hostIp !== false && $hostIp !== $domain) ? $hostIp : null,
'ip' => ($hostIp !== false && $hostIp !== $domain) ? $hostIp : null,
'os' => php_uname('s') . ' ' . php_uname('r'),
'arch' => php_uname('m'),
'cpus' => ((int) trim((string) \shell_exec('nproc'))) ?: null,