mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-30 21:30:14 +02:00
fix: dont be case-sensitive on env vars (#3475)
This commit is contained in:
@@ -130,6 +130,7 @@ final class Configuration
|
||||
|
||||
// Recombine the key if it had multiple underscores
|
||||
$key = implode('_', array_slice($nameParts, 2));
|
||||
$key = strtolower($key);
|
||||
|
||||
// Handle this specifically because it's an array
|
||||
if ($key === 'enabled_bridges') {
|
||||
|
Reference in New Issue
Block a user