diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-01-28 04:51:26 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-01-28 04:51:26 +0000 |
commit | 41c779aaa7763b2e7f6412b4b5af9ebdcf1ac37e (patch) | |
tree | c32f7bfd69e7910584b65af397235ab340af4b30 | |
parent | 2ecdb9b69134038b996841a437c7099f64e3c154 (diff) | |
download | pfsense-packages-41c779aaa7763b2e7f6412b4b5af9ebdcf1ac37e.tar.gz pfsense-packages-41c779aaa7763b2e7f6412b4b5af9ebdcf1ac37e.tar.bz2 pfsense-packages-41c779aaa7763b2e7f6412b4b5af9ebdcf1ac37e.zip |
Do not run tinydns_custom_php_changeip_command(); twice
-rw-r--r-- | packages/tinydns/tinydns.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/tinydns/tinydns.xml b/packages/tinydns/tinydns.xml index 9028a7c1..bc7e2c40 100644 --- a/packages/tinydns/tinydns.xml +++ b/packages/tinydns/tinydns.xml @@ -70,7 +70,6 @@ <custom_php_resync_config_command> tinydns_custom_php_changeip_command(); tinydns_custom_php_install_command(); - tinydns_custom_php_changeip_command(); tinydns_create_zone_file(); tinydns_setup_ping_items(); </custom_php_resync_config_command> |