Home
last modified time | relevance | path

Searched refs:disable_url_fetch (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php255 private static $disable_url_fetch = false;
1125 if (self::$disable_url_fetch) {
1481 self::$disable_url_fetch = true;
1490 self::$disable_url_fetch = false;
323 static $disable_url_fetch = false; global() variable in phpseclib\\File\\X509