From 452af8e7d9bff2ceb1c78ede599adef806a86cc7 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Fri, 16 Oct 2009 23:02:53 -0400 Subject: Add missing _ --- config/anyterm/access_anyterm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/anyterm/access_anyterm.php b/config/anyterm/access_anyterm.php index 663e5c27..94624cba 100644 --- a/config/anyterm/access_anyterm.php +++ b/config/anyterm/access_anyterm.php @@ -37,7 +37,7 @@ if($config['installedpackages']['anyterm']['config'][0]['stunnelport']) { $httpors = "https"; } -$location = "{$SERVER['SERVER_ADDR']}:{$port}"; +$location = "{$_SERVER['SERVER_ADDR']}:{$port}"; Header("Location: {$httpors}://{$location}"); -- cgit v1.2.3