mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-03 09:35:57 +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:
parent
e754ca52e9
commit
10cd3a61a9
2 changed files with 3 additions and 3 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue