Vitalij Osypenko

Results 8 comments of Vitalij Osypenko

I use plain arrays for saving a result as a json to a DB. And I use it a lot for debugging, when I just need to dump a result....

> An empty array is definitely not the way to go. getAll() already reaturns an empty array when there is nothing to return > As for a more specific exception.....

I think we just don't understand each other. I will describe the problem again. Net_RouterOS evaluates it as error, because it causes RouterOS error. This should never happen, it should...

I can confirm the issue with Firefox 89.0.2 and Passbolt Extension 3.2.3. Disabling the extension fixes XML view.

Hi, any ETA for this feature?

Server shows stopped status, but errors where still adding.

Quick fix: replace code in openssl_functions.php at 706 to: ``` if (ereg('E-mail Protection', $certtext) && ereg('Code Signing', $certtest)) { $cert_type = 'email_signing'; } if (ereg('E-mail Protection', $certtext)) { $cert_type =...