Irishsmurf / LastFM-PHP-Album-Collage

Small Script that creates an album collage based upon your Lastfm activity
https://lastfm.paddez.com/
9 stars 3 forks source link

For ops works, exchanging $_ENV for getenv(); #1

Closed Irishsmurf closed 9 years ago

Irishsmurf commented 9 years ago

As described. Ops works only provides Environment variables into the runtime, leaving $_ENV empty. getenv works the same, but allows env variables to be injected into the runtime.