erikdubbelboer / phpRedisAdmin

Simple web interface to manage Redis databases.
http://dubbelboer.com/phpRedisAdmin/
3.11k stars 666 forks source link

Deprecated: Using ${var} in strings is deprecated #194

Closed sambenskin closed 1 year ago

sambenskin commented 1 year ago

When I start up the docker container and it's running, I access the website and see this error:

Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /src/app/index.php on line 157

It's a simple change so I'll create a PR