10

Wtaf?

why are there only two of seven characters of the Webservice password, when the request goes out in my docker container?

Answer:
The password was retrieved via PHP getenv()

Soooo....
If there is a $ in an environment variable, this $ has to be escaped with $$.

fml

Everyday another thingy to learn ^^

xD

Comments
  • 2
    Isn't this the perfect use-case for single-quotes
Add Comment