From ce47d913913d82003e6986040ae0e96d4e827d75 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 17 Oct 2009 01:08:20 -0400 Subject: Redirect form http -> https correctly --- config/anyterm/access_anyterm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/anyterm/access_anyterm.php') 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}"); -- cgit v1.2.3