Update to config version
This commit is contained in:
@ -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 ...
|
||||
|
Reference in New Issue
Block a user