Update to config version

This commit is contained in:
2020-12-31 17:45:25 +01:00
parent 5f1635dddc
commit 7d0cc28981
5 changed files with 28 additions and 5 deletions

View File

@ -24,8 +24,8 @@ class Downloader
curl_setopt( $ch, CURLOPT_POSTFIELDS,
http_build_query(
array(
'user' => 'trump@whitehouse.gov',
'userpass3' => 'C7AFvca6Ri6VhZL'
'user' => ANIMUX_USERNAME,
'userpass3' => ANIMUX_PASSWORD
) ) );
// Receive server response ...