Add files via upload

This commit is contained in:
James 2025-10-04 14:20:17 -07:00 committed by GitHub
parent a64b483869
commit 3cbae37855
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -418,7 +418,7 @@
document.getElementById('y').textContent = new Date().getFullYear(); document.getElementById('y').textContent = new Date().getFullYear();
// === CONFIG (same API + servers as your current page) === // === CONFIG (same API + servers as your current page) ===
const API = 'https://flush-flush-slow-managed.trycloudflare.com'; const API = "http://10.1.10.195:5317";
const SERVERS = [ const SERVERS = [
{ name: 'The Island (PvP)', host: '10.1.10.64', port: 27015 }, { name: 'The Island (PvP)', host: '10.1.10.64', port: 27015 },

View File

@ -462,7 +462,8 @@
</div> </div>
<script> <script>
const API = 'https://flush-flush-slow-managed.trycloudflare.com'; const API = "https://affiliated-lets-automatic-oak.trycloudflare.com";
/* ===== Login banner (whoami) ===== */ /* ===== Login banner (whoami) ===== */
async function getWhoAmI() { async function getWhoAmI() {