aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-02-21 03:58:00 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-02-21 03:58:00 +0000
commit86661e1f85f19816b0906c6ef8672250943e2372 (patch)
tree92321774ba5250cfd1b2c94d0e4c0185ae9684ee /packages
parentb162412cb5a1fe1ff919bd9f17bc63732bed036f (diff)
downloadpfsense-packages-86661e1f85f19816b0906c6ef8672250943e2372.tar.gz
pfsense-packages-86661e1f85f19816b0906c6ef8672250943e2372.tar.bz2
pfsense-packages-86661e1f85f19816b0906c6ef8672250943e2372.zip
* Remove debugging * Only recreate zone and ping items on change
Diffstat (limited to 'packages')
-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>