Update table prefix from ogp_ to gsp_ in SQL files and config

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-11-07 10:48:01 +00:00
parent 4e5bae68c4
commit 0be96da2a0
7 changed files with 48 additions and 42 deletions

View file

@ -11,7 +11,7 @@ $db_host="mysql.iaregamer.com";
$db_user="remoteuser";
$db_pass="Pkloyn7yvpht!";
$db_name="panel";
$table_prefix="ogp_";
$table_prefix="gsp_";
$db_type="mysql";
// Optional: base URL used by admin pages to build absolute image previews.
// Leave empty to prefer relative paths (local folder).