fix: remove stray brace in admin.js that broke IIFE scope

Extra } after auditLog helpers was closing the outer async IIFE early,
causing phpManager() and all subsequent functions to parse outside the
IIFE — resulting in "Unexpected token async" crash and a blank panel.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-08 11:05:51 +00:00
parent 1675de36eb
commit 0bdaa048df
-1
View File
@@ -454,7 +454,6 @@
});
};
window.alGoPage = (p) => auditLog({ ...(window._alOpts || {}), page: p });
}
// ── PHP Manager ────────────────────────────────────────────────────────────
async function phpManager() {