Merge pull request #4056 from annando/missing-crypto
Bugfix for "Call to undefined function Friendica\Network\rsatopem()"
This commit is contained in:
commit
535a656882
|
@ -24,6 +24,7 @@ use DomXPath;
|
|||
use DOMDocument;
|
||||
|
||||
require_once 'include/network.php';
|
||||
require_once "include/crypto.php";
|
||||
|
||||
/**
|
||||
* @brief This class contain functions for probing URL
|
||||
|
|
Loading…
Reference in a new issue