mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-07 17:17:00 +02:00
check for PROXY_NAME definition before using it
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
@@ -13,7 +13,7 @@ TODO :
|
||||
//define('PROXY_URL', 'tcp://192.168.0.0:28');
|
||||
// Set to true if you allow users to disable proxy usage for specific bridges
|
||||
define('PROXY_BYBRIDGE',false);
|
||||
// keep PROXY_NAME empty to display PROXY_URL instead
|
||||
// Comment this line or keep PROXY_NAME empty to display PROXY_URL instead
|
||||
define('PROXY_NAME','Hidden Proxy Name');
|
||||
|
||||
date_default_timezone_set('UTC');
|
||||
|
Reference in New Issue
Block a user