Replaced pt variable with php
This commit is contained in:
parent
5c8966e2f1
commit
7b5b7002cd
@ -562,7 +562,7 @@ help support Mozilla.
|
|||||||
with a path of <code>"token/1.0/sync/1.5"</code>:
|
with a path of <code>"token/1.0/sync/1.5"</code>:
|
||||||
</p>
|
</p>
|
||||||
<hr><code>
|
<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>
|
</code>
|
||||||
<hr><p>
|
<hr><p>
|
||||||
Since Firefox 33, Firefox for Android has supported custom sync servers,
|
Since Firefox 33, Firefox for Android has supported custom sync servers,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user