fix: declare FormTable::$i property and consolidate created_by_admin into INSERT

Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/f945ff87-7135-4e6f-bbdb-f3ec276ac89b

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-05-01 13:28:02 +00:00 committed by GitHub
parent 674fd1ce21
commit facd1f0269
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 13 deletions

View file

@ -60,11 +60,7 @@
class FormTable {
public function __construct()
{
$this->i = 0;
}
public $i = 0;
public function start_form($action, $method = "post", $extra = "")
{