2023-04-14 08:35:51 +00:00
|
|
|
<?php
|
2023-04-15 16:14:38 +00:00
|
|
|
$reupUID = (int)$_ENV['reupUID']
|
|
|
|
$reupAID = (int)$_ENV['reupUID']
|
|
|
|
|
|
|
|
// $reupUID = 71; // The UserID of the account.
|
|
|
|
// $reupAID = 71; // The AccountID of the account. Also known as extID in the "users" table.
|
2023-04-14 08:35:51 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
Setup for the reupload account:
|
|
|
|
Create a new account on the GDPS and edit the UserID and AccountID accordingly
|
|
|
|
in the users table.
|
|
|
|
|
|
|
|
Image example of getting the IDs can be found here: https://i.imgur.com/9Nkb9WK.png
|
|
|
|
*/
|
|
|
|
?>
|