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:
parent
4e5bae68c4
commit
0be96da2a0
7 changed files with 48 additions and 42 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue