Replaced pt variable with php

master
Brainwrecked Tech 5 years ago
parent 5c8966e2f1
commit 7b5b7002cd

@ -562,7 +562,7 @@ help support Mozilla.
with a path of <code>"token/1.0/sync/1.5"</code>:
</p>
<hr><code>
identity.sync.tokenserver.uri: ${public_url}/token/1.0/sync/1.5
identity.sync.tokenserver.uri: <?= ($_SERVER['HTTPS'] === 'on' ? "https" : "http") . "://$_SERVER[HTTP_HOST]"; ?>/token/1.0/sync/1.5
</code>
<hr><p>
Since Firefox 33, Firefox for Android has supported custom sync servers,

Loading…
Cancel
Save