Skip to content
Snippets Groups Projects

GUI tweaks

Merged Marko Ivancic requested to merge guitweaks into main
3 files
+ 0
13
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -8,7 +8,6 @@ class NetworkHelper
{
public function resolveClientIpAddress(string $clientIpAddress = null): ?string
{
/** @var string|null $clientIpAddress */
$clientIpAddress = $clientIpAddress ??
$_SERVER['HTTP_CLIENT_IP'] ??
$_SERVER['HTTP_X_FORWARDED_FOR'] ??
Loading