Skip to content

Commit 14b4f03

Browse files
committed
Switch API-Key and -Password as it makes more sense like that when activating the API in the CCP.
1 parent 00135aa commit 14b4f03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.dist.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
define('CUSTOMERNR', '12345');
55

66

7-
// Enter your API-Key and -Password here - you can generate them in your CCP at https://ccp.netcup.net
8-
define('APIKEY', 'abcdefghijklmnopqrstuvwxyz');
7+
// Enter your API-Password and -Key here - you can generate them in your CCP at https://ccp.netcup.net
98
define('APIPASSWORD', 'abcdefghijklmnopqrstuvwxyz');
9+
define('APIKEY', 'abcdefghijklmnopqrstuvwxyz');
1010

1111

1212
// Define domains and subdomains which should be used for dynamic DNS in the following format:

0 commit comments

Comments
 (0)