check for PROXY_NAME definition before using it

Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
Pierre Mazière 2016-08-18 22:48:37 +02:00
parent e754ca52e9
commit 10cd3a61a9
2 changed files with 3 additions and 3 deletions

View file

@ -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');