We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c200517 commit 4907729Copy full SHA for 4907729
1 file changed
lib/login2ch.inc.php
@@ -24,7 +24,7 @@ function login2ch()
24
}
25
26
$auth2ch_url= http_build_url(array(
27
- "scheme" => $_conf['2chapi_ssl.auth']?"https":"http",
+ "scheme" => 'https',
28
"host" => "2chv.tora3.net",
29
"path" => "futen.cgi"));
30
0 commit comments