Home
last modified time | relevance | path

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

/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/src/
H A DCaBundle.php306 private static function caDirUsable($certDir) argument
308 return $certDir && @is_dir($certDir) && @is_readable($certDir) && glob($certDir . '/*');