Skip to content

Commit 4907729

Browse files
committed
2chv.tora3.netがSSL必須になったので対応
1 parent c200517 commit 4907729

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/login2ch.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function login2ch()
2424
}
2525

2626
$auth2ch_url= http_build_url(array(
27-
"scheme" => $_conf['2chapi_ssl.auth']?"https":"http",
27+
"scheme" => 'https',
2828
"host" => "2chv.tora3.net",
2929
"path" => "futen.cgi"));
3030

0 commit comments

Comments
 (0)