(trunk) #1538 "Make Web UI URL configurable" -- added to trunk. Patch by wereHamster

This commit is contained in:
Charles Kerr
2010-12-12 18:22:11 +00:00
parent 4ce7896402
commit 3a5d17cfde
7 changed files with 136 additions and 61 deletions

View File

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