diff options
author | Pale Moon <git-repo@palemoon.org> | 2014-08-09 21:15:16 +0200 |
---|---|---|
committer | Pale Moon <git-repo@palemoon.org> | 2014-08-09 21:15:16 +0200 |
commit | 9741445d1101a3436c426477ff2e475d985d7ca4 (patch) | |
tree | c7d2054593e8cb925319844275cca570e59b28c9 /services | |
parent | 4845d8e526ee7709b00360e9f9538f800c1d85d2 (diff) | |
download | palemoon-gre-9741445d1101a3436c426477ff2e475d985d7ca4.tar.gz |
Adjust sync server URL to make it *actually* work with the new server.
Diffstat (limited to 'services')
-rw-r--r-- | services/sync/services-sync.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/sync/services-sync.js b/services/sync/services-sync.js index 17eab09f5..f032a12c1 100644 --- a/services/sync/services-sync.js +++ b/services/sync/services-sync.js @@ -2,7 +2,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -pref("services.sync.serverURL", "https://pmsync.palemoon.net/sync/"); +pref("services.sync.serverURL", "https://pmsync.palemoon.net/sync/index.php/"); pref("services.sync.userURL", "user/"); pref("services.sync.miscURL", "misc/"); pref("services.sync.termsURL", "http://www.palemoon.org/sync/terms.shtml"); |