diff options
Diffstat (limited to 'config/anyterm/access_anyterm.php')
-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 1fe5c949..b1703932 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 = "http"; } -$location = "{$_SERVER['SERVER_ADDR']}:{$port}"; +$location = "{$_SERVER['SERVER_ADDR']}:{$port}/anyterm.html"; Header("Location: {$httpors}://{$location}"); |