This commit is contained in:
magmaus3 2023-04-14 10:35:51 +02:00
commit c128fd5032
Signed by: magmaus3
GPG key ID: 966755D3F4A9B251
12 changed files with 166 additions and 0 deletions

12
config/reuploadAcc.php Normal file
View file

@ -0,0 +1,12 @@
<?php
$reupUID = 71; // The UserID of the account.
$reupAID = 71; // The AccountID of the account. Also known as extID in the "users" table.
/*
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
*/
?>