aboutsummaryrefslogtreecommitdiffstats
path: root/config/anyterm/access_anyterm.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-10-16 23:02:53 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-10-16 23:02:53 -0400
commit452af8e7d9bff2ceb1c78ede599adef806a86cc7 (patch)
tree151739cc08c158547f3183360f30c337f6281066 /config/anyterm/access_anyterm.php
parent85cf53043648e4835f08b5dc6a4507cba143370a (diff)
downloadpfsense-packages-452af8e7d9bff2ceb1c78ede599adef806a86cc7.tar.gz
pfsense-packages-452af8e7d9bff2ceb1c78ede599adef806a86cc7.tar.bz2
pfsense-packages-452af8e7d9bff2ceb1c78ede599adef806a86cc7.zip
Add missing _
Diffstat (limited to 'config/anyterm/access_anyterm.php')
-rw-r--r--config/anyterm/access_anyterm.php2
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}");