Updates
- apache2 config - dockerfile changes
This commit is contained in:
parent
c128fd5032
commit
7ffda3b2a5
42 changed files with 1488 additions and 86 deletions
|
@ -1,6 +1,9 @@
|
|||
<?php
|
||||
$reupUID = 71; // The UserID of the account.
|
||||
$reupAID = 71; // The AccountID of the account. Also known as extID in the "users" table.
|
||||
$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.
|
||||
|
||||
/*
|
||||
Setup for the reupload account:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue