Erik Scull

Results 1 issues of Erik Scull

There are a couple of env() referenced in [CasManager.php (lines 41 and 42](https://github.com/subfission/cas/blob/0b4912ab52a4c92f41d1e5c46f0861386e93e18c/src/Subfission/Cas/CasManager.php#L41)) that I'm curious about: ``` env( 'APP_DOMAIN' ), env( 'HTTPS_ONLY_COOKIES' ), ``` These don't seem to be...