conrad10781
conrad10781
Adding functionality to allow accessing authenticated user outside of superglobal(s). Currently, the middleware authenticates, but retrieving the authenticated user is still done via $_SERVER["PHP_AUTH_USER"] or $request->getServerParams()["PHP_AUTH_USER"]. There is something unnatural...
Summary: 1. I'm able to get the DEK and decryption steps from reallymine ( output below ) ``` bridge type Initio DEK: C218A4929FFCDDE0C35B332864963F9XXXXXXXXXXXXX946CD244B59DB4 decryption steps: swaplongs decrypt swaplongs ``` 2....
I'm currently running reallymine for the first time. Great product! First question, if something fails, and the program has to be re-run, does it start from the beginning, or is...
Hello. Thank you for work being done this repository. I've run into an issue with MPV when the source is 4K UHD HEVC and the video stutters on playback. I...