aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tinydns
diff options
context:
space:
mode:
Diffstat (limited to 'packages/tinydns')
-rw-r--r--packages/tinydns/tinydns_domains.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/tinydns/tinydns_domains.xml b/packages/tinydns/tinydns_domains.xml
index 18059469..d4331e98 100644
--- a/packages/tinydns/tinydns_domains.xml
+++ b/packages/tinydns/tinydns_domains.xml
@@ -149,16 +149,10 @@
</field>
</fields>
<custom_add_php_command>
- system("touch /tmp/delete");
- tinydns_custom_php_changeip_command();
- tinydns_custom_php_install_command();
tinydns_create_zone_file();
tinydns_setup_ping_items();
</custom_add_php_command>
<custom_delete_php_command>
- system("touch /tmp/delete");
- tinydns_custom_php_changeip_command();
- tinydns_custom_php_install_command();
tinydns_create_zone_file();
tinydns_setup_ping_items();
</custom_delete_php_command>