|
@@ -314,6 +314,13 @@ function cwp7_UsageUpdate($params) {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+function cwp7_ClientAreaCustomButtonArray ($params)
|
|
|
|
|
+{
|
|
|
|
|
+ return array(
|
|
|
|
|
+ 'Neue Domaine' => 'addDomain',
|
|
|
|
|
+ );
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
function cwp7_ClientAreaAllowedFunctions() {
|
|
function cwp7_ClientAreaAllowedFunctions() {
|
|
|
return array(
|
|
return array(
|
|
|
"Enable SSL" => "enableSSL",
|
|
"Enable SSL" => "enableSSL",
|