This commit is contained in:
Frank Harris 2026-06-17 18:00:53 -05:00
parent cc7bbafb63
commit 3948dde2e7
6 changed files with 114 additions and 66 deletions

View file

@ -254,6 +254,7 @@ Check:
- expected catalog columns exist or can be added by the idempotent migration runner
- `remote_servers` schema is the current Panel schema
- the page is not assuming `remote_servers.enabled` exists
- `website_table_exists()` is not using `SHOW TABLES LIKE ?`; MySQL does not support binding the table pattern in that statement through mysqli prepared placeholders
The current helper treats missing `remote_servers.enabled` as enabled for display and lets staff assign locations from current Panel remote-server rows.