|
@@ -112,11 +112,11 @@ class cwp7_Admin {
|
|
|
$data = array(
|
|
$data = array(
|
|
|
"domain" => 'test.local',
|
|
"domain" => 'test.local',
|
|
|
"user" => 'test',
|
|
"user" => 'test',
|
|
|
- "pass" => base64_encode('blubb123'),
|
|
|
|
|
|
|
+ "pass" => 'blubb123',
|
|
|
"email" => 'andre.genrich@thurdata.ch',
|
|
"email" => 'andre.genrich@thurdata.ch',
|
|
|
"package" => 'small',
|
|
"package" => 'small',
|
|
|
"autossl" => 0,
|
|
"autossl" => 0,
|
|
|
- "encodepass" => true,
|
|
|
|
|
|
|
+ "encodepass" => false,
|
|
|
);
|
|
);
|
|
|
|
|
|
|
|
|
|
|