diff options
author | lolcat <will@lolcat.ca> | 2024-03-26 11:06:53 -0400 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2024-03-26 11:06:53 -0400 |
commit | 8a934529eaad2b0e7f4908b83e9b2a8fb0ff2f9c (patch) | |
tree | 4272a780099c77bd78098dd7a426d72570cb2a02 /data/config.php | |
parent | f87a6d0441f42f7926954a83b61122ee39701d27 (diff) |
,
Diffstat (limited to 'data/config.php')
-rw-r--r-- | data/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/config.php b/data/config.php index a2de125..26a19ea 100644 --- a/data/config.php +++ b/data/config.php @@ -60,7 +60,7 @@ class config{ "forwarded", "proxy-connection", "remote-addr", - "via", + "via" ]; // @TODO: Portscan the user for open proxies before allowing a connection, block user if any are found |