diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-10-16 23:02:53 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-10-16 23:02:53 -0400 |
commit | 452af8e7d9bff2ceb1c78ede599adef806a86cc7 (patch) | |
tree | 151739cc08c158547f3183360f30c337f6281066 /config | |
parent | 85cf53043648e4835f08b5dc6a4507cba143370a (diff) | |
download | pfsense-packages-452af8e7d9bff2ceb1c78ede599adef806a86cc7.tar.gz pfsense-packages-452af8e7d9bff2ceb1c78ede599adef806a86cc7.tar.bz2 pfsense-packages-452af8e7d9bff2ceb1c78ede599adef806a86cc7.zip |
Add missing _
Diffstat (limited to 'config')
-rw-r--r-- | config/anyterm/access_anyterm.php | 2 |
1 files changed, 1 insertions, 1 deletions
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}"); |