Last active
August 29, 2015 14:07
-
-
Save bootjp/e8a933fc116d4d1437ae to your computer and use it in GitHub Desktop.
OAuth.php SSLの時のエラー暫定対応
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$port = @$parts['port'] = 443; // At iLne 383 | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment