<p><b>@wiz</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq-markets/pull/25#discussion_r376745479">index.php</a>:</p>
<pre style='color:#555'>> -function get_refresh_interval() {
-  
-  static $refresh = null;
-  if( $refresh ) {
-    return $refresh;
-  }
-  
-  $get_refresh = @$_GET['refresh'];
-  $cookie_refresh = @$_COOKIE['refresh'];
-  if( (int)$get_refresh && $get_refresh != $cookie_refresh ) {
-    setcookie("refresh", $get_refresh, strtotime('2032-01-01') );
-  }
-  $refresh = (int)$get_refresh ?: (int)$cookie_refresh;
-  return $refresh && $refresh >= 60 ? $refresh : 60;    // default to 60 secs.  enforce 60 sec min.
-}
+    header("Location: https://markets.bisq.network/api/");
</pre>
⬇️ Suggested change
<pre style="color: #555">-    header("Location: https://markets.bisq.network/api/");
+    header("Location: https://bisq.network/markets");
</pre>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq-markets/pull/25?email_source=notifications&email_token=AJFFTNXLRSXZ4MGAL6VMDO3RB5GP5A5CNFSM4KR6BS5KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCUY2X2Q#pullrequestreview-355576810">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNUQEALMCB5JHNQIYVDRB5GP5ANCNFSM4KR6BS5A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNXVNTZXEOCHETYOJBTRB5GP5A5CNFSM4KR6BS5KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCUY2X2Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq-markets/pull/25?email_source=notifications\u0026email_token=AJFFTNXLRSXZ4MGAL6VMDO3RB5GP5A5CNFSM4KR6BS5KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCUY2X2Q#pullrequestreview-355576810",
"url": "https://github.com/bisq-network/bisq-markets/pull/25?email_source=notifications\u0026email_token=AJFFTNXLRSXZ4MGAL6VMDO3RB5GP5A5CNFSM4KR6BS5KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCUY2X2Q#pullrequestreview-355576810",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>