added links to php https stream support
This commit is contained in:
parent
4c718a31d6
commit
94ef613369
1 changed files with 7 additions and 0 deletions
|
@ -28,6 +28,13 @@
|
|||
|
||||
/* esnic.whois 1.0 David Saez Padros <david@ols.es> */
|
||||
/* esnic.whois 1.1 David Saez Padros <david@ols.es> */
|
||||
/*
|
||||
* requires https support, please see:
|
||||
*
|
||||
* http://www.php.net/manual/en/ref.openssl.php
|
||||
* http://www.php.net/manual/en/wrappers.php
|
||||
*
|
||||
*/
|
||||
|
||||
if(!defined("__ESNIC_HANDLER__")) define("__ESNIC_HANDLER__",1);
|
||||
|
||||
|
|
Loading…
Reference in a new issue