diff --git a/quovadis/quovadis.php b/quovadis/quovadis.php
index 435478aa7b392aeefdacb94fd1ea31d741bd7f17..da9e454abb79abc9b82226b0cfba0a1510097f48 100644
--- a/quovadis/quovadis.php
+++ b/quovadis/quovadis.php
@@ -35,7 +35,7 @@ function stripQuotes($text) {
 } 
 
 function get_txt($config, $name) {
-	return get_dynu_txt($config, $name);
+	return get_desec_txt($config, $name);
 }
 
 function get_dynu_domainid($config, $name) {
@@ -176,7 +176,7 @@ function check_challenge($challenge) {
 //
 
 function update_txt($config, $name, $txt) {
-        return update_dynu_txt($config, $name, $txt);
+        return update_desec_txt($config, $name, $txt);
 }
 
 function update_dynu_txt($config, $name, $txt) {