mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
(trunk) #1538 "Make Web UI URL configurable" -- added to trunk. Patch by wereHamster
This commit is contained in:
@@ -10,7 +10,7 @@ function RPC() { }
|
||||
//Prefs.prototype = { }
|
||||
|
||||
// Constants
|
||||
RPC._Root = '/transmission/rpc';
|
||||
RPC._Root = '../rpc';
|
||||
RPC._DaemonVersion = 'version';
|
||||
RPC._Encryption = 'encryption';
|
||||
RPC._EncryptionPreferred = 'preferred';
|
||||
|
||||
Reference in New Issue
Block a user